TypedTextAreaV4
type TypedTextAreaV4 = Omit<TextAreaWithContent, "position"> & BaseV4 & { itemType: "textArea"; };Defined in: types/CimDocV4.ts:76
Type declaration
itemType
itemType: "textArea";type TypedTextAreaV4 = Omit<TextAreaWithContent, "position"> & BaseV4 & { itemType: "textArea"; };Defined in: types/CimDocV4.ts:76
itemType: "textArea";