ABB Ability™ History UI SDK - Client API Reference
    Preparing search index...

    Interface IWidgetBaseConfig

    The initial config for components

    Properties.Read

    interface IWidgetBaseConfig {
        _version?: number;
        AcceptContext?: boolean;
        AllowEditorDrop?: boolean;
        AnimationFunction?: Function;
        Background?: cBackground;
        BorderColor?: string;
        BorderLineWidth?: number;
        Container?: cWidgetContainer;
        DesignMode?: boolean;
        DirtyMessage?: string;
        DisableDashboardDOMEvents?: boolean;
        DragAllowed?: boolean;
        DropAllowed?: boolean;
        Guide?: string;
        IsDirty?: boolean;
        ListenContext?: cWidgetBase[];
        ListenGlobalContext?: boolean;
        MergeListenContext?: boolean;
        Name?: string;
        NoGuide?: boolean;
        OverflowX?: cOverFlowType;
        OverflowY?: cOverFlowType;
        ParentElement?: HTMLElement;
        Printable?: boolean;
        SendGlobalContext?: boolean;
        ShowBorder?: boolean;
        ShowContextMenu?: boolean;
        ShowTooltip?: boolean;
        Tooltip?: string;
        TooltipDelay?: number;
        TooltipTrendSpan?: cTimeSpan;
        UId?: string;
        Visible?: boolean;
        WindowResizeEventDisabled?: boolean;
        [propertyname: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [propertyname: string]: unknown
    Index

    Properties

    _version?: number
    AcceptContext?: boolean
    AllowEditorDrop?: boolean
    AnimationFunction?: Function
    Background?: cBackground
    BorderColor?: string
    BorderLineWidth?: number
    Container?: cWidgetContainer
    DesignMode?: boolean
    DirtyMessage?: string
    DisableDashboardDOMEvents?: boolean
    DragAllowed?: boolean
    DropAllowed?: boolean
    Guide?: string
    IsDirty?: boolean
    ListenContext?: cWidgetBase[]
    ListenGlobalContext?: boolean
    MergeListenContext?: boolean
    Name?: string
    NoGuide?: boolean
    OverflowX?: cOverFlowType
    OverflowY?: cOverFlowType
    ParentElement?: HTMLElement
    Printable?: boolean
    SendGlobalContext?: boolean
    ShowBorder?: boolean
    ShowContextMenu?: boolean
    ShowTooltip?: boolean
    Tooltip?: string
    TooltipDelay?: number
    TooltipTrendSpan?: cTimeSpan
    UId?: string
    Visible?: boolean
    WindowResizeEventDisabled?: boolean