Interface IControlAttributeTileProviderChooser

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

Hierarchy

  • BaseControlAttribute
    • IControlAttributeTileProviderChooser

Properties

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