@masterteam/formula-builder 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,6 +52,9 @@ export class MyComponent {
52
52
  | `placeholder` | `string` | Placeholder text |
53
53
  | `hideToolbar` | `boolean` | Hide the top toolbar |
54
54
  | `hideStatusBar` | `boolean` | Hide the status bar |
55
+ | `toolbarTabs` | `ToolbarTab[]` | Visible toolbar tabs, e.g. `['functions', 'operators']` |
56
+ | `codeOnly` | `boolean` | Force code mode and hide the mode toggle |
57
+ | `isProcessBuilder` | `boolean` | Use Process Builder current-only Formula Engine endpoints |
55
58
 
56
59
  ### Outputs
57
60