src/modules/generic-search/entities/form-action.intf.ts
Definition of a form button to be used in Stark Provides a defined API for buttons configuration which can be reused by any client application if they want too.
Properties |
id |
id:
|
Type : string
|
The HTML id to be set to the form button |
isVisible |
isVisible:
|
Type : boolean
|
Optional |
Whether the form button will be visible or not |
label |
label:
|
Type : string
|
Text to be displayed as label of the form button |
onClick |
onClick:
|
Type : Function
|
Function to be fired when form button is clicked |