TypedItemV4
type TypedItemV4 = | TypedTextAreaV4 | TypedImageV4 | (Omit<TypedVideo, "position"> & BaseV4) | TypedShapeV4 | (Omit<TypedItemReference, "position"> & BaseV4) | (TypedSubpanelV4 & { spaceUseStrategy?: SpaceUseStrategy; });Defined in: types/CimDocV4.ts:97
Type declaration
spaceUseStrategy?
optional spaceUseStrategy: SpaceUseStrategy;