Props
registerComponent Props
Name | Value | Description |
---|---|---|
type |
| Define the component type and how the component get its data.
|
propDefinition |
| Define the |
defaultProps |
| Define the |
Component |
| Render a custom component that will be shown on apps |
Component props
Name | Description |
---|---|
hooks | |
source | Get detail of selected source table if you are using |
pageSource | Get detail of selected source table if you are using |
properties | Value of the defined properties in propDefinition |
instance | Schema of the component |
Component props hooks
Name | Description |
---|---|
useTemplate | make a template of the |
useActionTrigger | create an action trigger, usually used with a property defined as |
sourceHooks | an axios client wrapper used to make request to selected source. |
Last updated