Skip to content

Commit

Permalink
Support widget properties with both static values and bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanMihaiciuc committed Jan 14, 2024
1 parent 2d8eb7b commit 19d71bb
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tsconfigTest.json
node_modules
dist
build
handbook
src/support
src/thingworx
src/MyDataShape.ts
Expand Down
5 changes: 5 additions & 0 deletions src/transformer/UICoreTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ export interface UIJSXAttribute {
*/
sourcePropertyType?: string;

/**
* If ref is specified, the base type of the expression used to initialize this attribute.
*/
sourcePropertyBaseType?: string;

subProperty?: string;

/**
Expand Down
Loading

0 comments on commit 19d71bb

Please sign in to comment.