Skip to content

Commit 9fa5b3b

Browse files
authored
added widgetProps
1 parent 252661b commit 9fa5b3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/models/widgetProps.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ export type WidgetProps = {
22
body: any;
33
data: any;
44
children:boolean;
5-
entity: any;
6-
entity_type: any;
7-
style: string;
5+
entity?: any;
6+
entity_type?: any;
7+
style?: string;
8+
name?: string;
89
}
910

1011
export default WidgetProps;

0 commit comments

Comments
 (0)