zibri
    Preparing search index...

    The data of the app.

    type AppData = {
        baseUrl?: string;
        name?: string;
        state: AppState;
        version?: Version;
    }
    Index

    Properties

    baseUrl?: string

    The base url of the app.

    name?: string

    The name of the app.

    state: AppState

    The state of the app.

    version?: Version

    The current version of the app.