TypedSubpanelV3
type TypedSubpanelV3 = Omit< TypedSubpanel, | "images" | "simpleTextFields" | "textAreas" | "itemReferences" | "shapes" | "subpanels" | "videos"> & { items?: TypedItemV3[];};Defined in: types/CimDocV3.ts:33
Type declaration
items?
optional items: TypedItemV3[];