Interface IModelMaterials

    Materials

    interface IModelMaterials {
        children: IModelMaterialsChild[];
        done?: boolean;
        error?: string | Error;
        index: number;
        title: string;
        values?: IModelMaterialsValue[];
    }

    Hierarchy (view full)

    Properties

    done?: boolean
    error?: string | Error
    index: number
    title: string

    Generated using TypeDoc and TypeDoc Airthium Plugin