A component that let user record their action at run time
Recorder(name: string = null, label: string = null)
Construct a Recorder
Parameters | |
name | The name of the default record to show |
label | The text in the top of the recorder |
Recorder id(id: string)
Set an id to identify a view
Parameters | |
id | id to identify a view |
Return | |
Recorder | This Recorder instance |
Recorder name(name: string)
Set the default record to show
Parameters | |
name | The name of the default record to show |
Return | |
Recorder | This Recorder instance |
CheckBox label(label: string)
Set the label of the recorder
Parameters | |
label | The text in the top of the recorder |
Return | |
Recorder | This Recorder instance |
© 2024 - Macrorify by KoK-CODE