Axinom Mosaic Libraries
    Preparing search index...
    interface ScenarioHostClient {
        activeProfile: ProfileConfig;
        getVariable: <T>(key: string) => T;
        getVariables: () => ProfileVariable[];
        logger: Logger;
        scenarios: readonly ScenarioRegistration[];
        setVariable: (key: string, value: unknown, comment: string) => void;
    }
    Index

    Properties

    activeProfile: ProfileConfig
    getVariable: <T>(key: string) => T
    getVariables: () => ProfileVariable[]
    logger: Logger
    scenarios: readonly ScenarioRegistration[]
    setVariable: (key: string, value: unknown, comment: string) => void