Interface IControlAttributeLinkedPage

interface IControlAttributeLinkedPage {
    allowNoDataSourcePages?: boolean;
    cssClass?: string;
    defaultValue?: any;
    description?: ResourcedString;
    disabledExpression?: string;
    displayName: ResourcedString;
    hiddenExpression?: string;
    hideOnDisable?: boolean;
    localizable?: string | boolean;
    migrationValue?: undefined;
    order?: number;
    required?: string | boolean;
    triggerResizeOnChange?: boolean;
    type: "LinkedPage" | LinkedPage;
}

Hierarchy

  • BaseControlAttribute
    • IControlAttributeLinkedPage

Properties

allowNoDataSourcePages?: boolean
cssClass?: string
defaultValue?: any
description?: ResourcedString
disabledExpression?: string
displayName: ResourcedString
hiddenExpression?: string
hideOnDisable?: boolean
localizable?: string | boolean
migrationValue?: undefined
order?: number
required?: string | boolean
triggerResizeOnChange?: boolean
type: "LinkedPage" | LinkedPage