@minecraft
    Preparing search index...

    Type Alias ListPaneImageEntryParams

    List Pane Image entry creation parameter

    type ListPaneImageEntryParams = {
        type: Image;
        value: IObservableProp<ImageResourceData>;
        visible?: boolean;
    }
    Index

    Properties

    Properties

    type: Image
    visible?: boolean