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

    Interface PromptVersion

    interface PromptVersion {
        actionButtonLabel?: string;
        actionButtonLink?: string;
        body: string;
        customApplication?: string;
        delayDays?: number;
        description?: string;
        dismissButtonLabel?: string;
        displayPosition?: PromptDisplayPosition;
        displayType: PromptDisplayType;
        elementRelativePosition?: PromptElementRelativePosition;
        endDate?: string;
        header?: string;
        icon?: string;
        image?: string;
        imageAltText?: string;
        imageLink?: string;
        imageLocation?: PromptImageLocation;
        indexWithIsPublished?: string;
        indexWithoutIsPublished?: string;
        isPublished?: boolean;
        masterLabel: string;
        publishedByUser?: string;
        publishedDate?: string;
        referenceElementContext?: string;
        shouldDisplayActionButton?: boolean;
        shouldIgnoreGlobalDelay?: boolean;
        startDate?: string;
        stepNumber?: number;
        targetAppDeveloperName?: string;
        targetAppNamespacePrefix?: string;
        targetPageKey1?: string;
        targetPageKey2?: string;
        targetPageKey3?: string;
        targetPageKey4?: string;
        targetPageType?: string;
        targetRecordType?: string;
        themeColor?: PromptThemeColor;
        themeSaturation?: PromptThemeSaturation;
        timesToDisplay?: number;
        title: string;
        uiFormulaRule?: UiFormulaRule;
        userAccess?: PromptUserAccess;
        userProfileAccess?: PromptUserProfileAccess;
        versionNumber: number;
        videoLink?: string;
    }
    Index

    Properties

    actionButtonLabel?: string
    actionButtonLink?: string
    body: string
    customApplication?: string
    delayDays?: number
    description?: string
    dismissButtonLabel?: string
    displayPosition?: PromptDisplayPosition
    displayType: PromptDisplayType
    elementRelativePosition?: PromptElementRelativePosition
    endDate?: string
    header?: string
    icon?: string
    image?: string
    imageAltText?: string
    imageLink?: string
    imageLocation?: PromptImageLocation
    indexWithIsPublished?: string
    indexWithoutIsPublished?: string
    isPublished?: boolean
    masterLabel: string
    publishedByUser?: string
    publishedDate?: string
    referenceElementContext?: string
    shouldDisplayActionButton?: boolean
    shouldIgnoreGlobalDelay?: boolean
    startDate?: string
    stepNumber?: number
    targetAppDeveloperName?: string
    targetAppNamespacePrefix?: string
    targetPageKey1?: string
    targetPageKey2?: string
    targetPageKey3?: string
    targetPageKey4?: string
    targetPageType?: string
    targetRecordType?: string
    themeColor?: PromptThemeColor
    themeSaturation?: PromptThemeSaturation
    timesToDisplay?: number
    title: string
    uiFormulaRule?: UiFormulaRule
    userAccess?: PromptUserAccess
    userProfileAccess?: PromptUserProfileAccess
    versionNumber: number
    videoLink?: string