vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface OmniScriptProperties

    interface OmniScriptProperties {
        allowCancel: boolean;
        allowSaveForLater: boolean;
        autoFocus: boolean;
        autoSaveOnStepNext: boolean;
        bLK: boolean;
        cancelRedirectPageName: string;
        cancelRedirectTemplateUrl: string;
        cancelSource: string;
        cancelType: string;
        consoleTabIcon: string;
        consoleTabLabel: string;
        consoleTabTitle: string;
        currencyCode: string;
        disableUnloadWarn: boolean;
        elementTypeToHTMLTemplateMapping: Record<string, string>;
        enableKnowledge: boolean;
        errorMessage: { custom: string[] };
        hideStepChart: boolean;
        knowledgeArticleTypeQueryFieldsMap: Record<string, string>;
        lkObjName: null | string;
        message: Record<string, string>;
        persistentComponent: OmniScriptPersistentComponent[];
        pubsub: boolean;
        rtpSeed: boolean;
        saveContentEncoded: boolean;
        saveExpireInDays: null | number;
        saveForLaterRedirectPageName: string;
        saveForLaterRedirectTemplateUrl: string;
        saveNameTemplate: null | string;
        saveObjectId: string;
        saveURLPatterns: Record<string, string>;
        seedDataJSON: object;
        showInputWidth: boolean;
        ssm: boolean;
        stylesheet: {
            lightning: string;
            lightningRtl: string;
            newport: string;
            newportRtl: string;
        };
        timeTracking: boolean;
        trackingCustomData: Record<string, string | number | boolean>;
        visualforcePagesAvailableInPreview: Record<string, string>;
        wpm: boolean;
    }
    Index

    Properties

    allowCancel: boolean
    allowSaveForLater: boolean
    autoFocus: boolean
    autoSaveOnStepNext: boolean
    bLK: boolean
    cancelRedirectPageName: string
    cancelRedirectTemplateUrl: string
    cancelSource: string
    cancelType: string
    consoleTabIcon: string
    consoleTabLabel: string
    consoleTabTitle: string
    currencyCode: string
    disableUnloadWarn: boolean
    elementTypeToHTMLTemplateMapping: Record<string, string>
    enableKnowledge: boolean
    errorMessage: { custom: string[] }
    hideStepChart: boolean
    knowledgeArticleTypeQueryFieldsMap: Record<string, string>
    lkObjName: null | string
    message: Record<string, string>
    persistentComponent: OmniScriptPersistentComponent[]
    pubsub: boolean
    rtpSeed: boolean

    True if picklists are to be loaded at script startup; otherwise false and the generator is expected to load the picklists at design time. In which case picklists labels are in the same language as the activating user

    saveContentEncoded: boolean
    saveExpireInDays: null | number
    saveForLaterRedirectPageName: string
    saveForLaterRedirectTemplateUrl: string
    saveNameTemplate: null | string
    saveObjectId: string
    saveURLPatterns: Record<string, string>
    seedDataJSON: object
    showInputWidth: boolean
    ssm: boolean
    stylesheet: {
        lightning: string;
        lightningRtl: string;
        newport: string;
        newportRtl: string;
    }
    timeTracking: boolean
    trackingCustomData: Record<string, string | number | boolean>
    visualforcePagesAvailableInPreview: Record<string, string>
    wpm: boolean