hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for developer utilities.

    interface IDeveloperUtils {
        getFlag<T>(path: string, defaultValue?: unknown): T;
        getMockResponse<T>(path: string): undefined | T;
        getMockResponseForHttpRequest(
            method: http_commands_api.HttpMethod,
            url: string,
        ): undefined | IHsFetchResponse;
        loadFlags(json: JsonData): void;
        notifyConfigurationChange(): void;
    }

    Implemented by

    Index

    Methods