@umbraco-cms/backoffice

    Interface UmbServerContextConfig

    interface UmbServerContextConfig {
        backofficePath: string;
        serverConnection: UmbServerConnection;
        serverUrl: string;
    }
    Index

    Properties

    backofficePath: string

    The backoffice path to use for the context.

    serverConnection: UmbServerConnection

    The server connection to use for the context.

    serverUrl: string

    The server URL to use for the context.