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

    Interface IListPaneSlotOptions

    List Pane slot optional properties

    interface IListPaneSlotOptions {
        tags?: string[];
        title?: LocalizedString;
        uniqueId?: string;
        userData?: unknown;
    }
    Index

    Properties

    tags?: string[]

    List of tags associated with the slot.

    Localized title of the slot.

    uniqueId?: string

    Unique identifier to use for the slot.

    userData?: unknown

    Optional user data that can be associated with a slot.