sesaparcours
    Preparing search index...

    Interface ConsoleOptions

    interface ConsoleOptions {
        darkMode?: boolean;
        language?: string;
        noButtons?: boolean;
        noCheckpointsInit?: boolean;
        onlyConsole?: boolean;
        onlyEditor?: boolean;
        uiName?: string;
        withBanner?: boolean;
    }
    Index

    Properties

    darkMode?: boolean
    language?: string
    noButtons?: boolean
    noCheckpointsInit?: boolean
    onlyConsole?: boolean
    onlyEditor?: boolean
    uiName?: string
    withBanner?: boolean