Skip to content

DesignSurfaceV3

type DesignSurfaceV3 = InheritedDesignSurface & {
items?: TypedItemV3[];
};

Defined in: types/CimDocV3.ts:54

Type declaration

items?

optional items: TypedItemV3[];