Documentation
    Preparing search index...

    Interface LUTObject

    interface LUTObject {
        status: MediaStatus;
        title: string;
    }
    Index

    Properties

    Properties

    status: MediaStatus

    int, 0 = not loaded, 1 = loading, 2 = loaded, 3 = error

    title: string