Describing the metadata present in all the nodes of a project.

interface IMaterialMetadata {
    description: string;
    estimateCost: string;
    external: ExternalDigitalPlatform;
    path: string[];
    ref_extern: string;
    shema(): Record<string, any>;
}

Hierarchy (View Summary)

Implemented by

Properties

description: string

material_description

estimateCost: string

material_estCost

path: string[]
ref_extern: string

MATXXXX

Methods