Materials

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

Hierarchy (View Summary)

Properties

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