Script API - v1.26.10.20
    Preparing search index...

    Interface IDataTablePropertyItemOptions

    Properties of data table item

    interface IDataTablePropertyItemOptions {
        enable?: boolean;
        entries?: IDataTablePropertyItemEntry[][];
        style?: PaneItemStyle;
        title?: LocalizedString;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable?: boolean

    Initial enabled state of property item. If undefined, it will default to true.

    List of default data table entries

    Optional styling overrides for the item.

    Localized title of the property item.

    visible?: boolean

    Initial visibility state of property item. If undefined, it will default to true.