Configuration interface for the Umbraco App Context UmbAppContextConfig

interface UmbAppContextConfig {
    backofficePath: string;
    serverConnection: UmbServerConnection;
    serverUrl: string;
}

Properties

backofficePath: string

The base path of the backoffice.

UmbAppContextConfig

serverConnection: UmbServerConnection

Configuration for the server connection.

UmbAppContextConfig

serverUrl: string

The base URL of the configured Umbraco server.

UmbAppContextConfig

MMNEPVFCICPMFPCPTTAAATR