Skip to content

Commit 849d73f

Browse files
committed
feat: add wrapper flag to ChaiBlock type definition
1 parent 4d6ec8b commit 849d73f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/package/controls/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export interface ChaiBlockDefinition<T = Record<string, any>, K = Record<string,
1414

1515
// optional
1616
description?: string;
17+
wrapper?: boolean;
1718
blocks?: ChaiBlock[] | (() => ChaiBlock[]);
1819
category?: string;
1920
hidden?: boolean | ((parentType?: string) => boolean);

0 commit comments

Comments
 (0)