Skip to content

TypedSubpanelV4

type TypedSubpanelV4 = InheritiedTypedSubpanelV3 &
BaseV4 & {
items?: TypedItemV4[];
stackDirection?: "horizontal" | "vertical";
};

Defined in: types/CimDocV4.ts:41

Type declaration

items?

optional items: TypedItemV4[];

stackDirection?

optional stackDirection: "horizontal" | "vertical";