ThreePipe
    Preparing search index...

    Interface IAsset

    interface IAsset {
        file?: IFile;
        id?: string;
        path: string;
        preImported?: ImportResult[];
        preImportedRaw?: Promise<undefined | ImportResult | ImportResult[]>;
        [id: string]: any;
    }

    Indexable

    • [id: string]: any
    Index

    Properties

    file?: IFile
    id?: string
    path: string
    preImported?: ImportResult[]
    preImportedRaw?: Promise<undefined | ImportResult | ImportResult[]>