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

    Interface IListPaneImageEntry

    List Pane image entry

    interface IListPaneImageEntry {
        index: number;
        slot: IListPaneSlot;
        type: ListPaneEntryType;
        value: Readonly<ImageResourceData>;
        visible: boolean;
        setValue(value: ImageResourceData): void;
        setVisible(visible: boolean): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    index: number

    Sequence index of the entry.

    Slot that owns the entry.

    Type of the entry.

    value: Readonly<ImageResourceData>

    Value of the entry.

    visible: boolean

    Visibility state of the entry.

    Methods

    • Parameters

      • visible: boolean

        New value.

      Returns void

      Updates visibility of the entry.