Recorder

A component that let user record their action at run time

Constructor
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
Methods
id
Recorder id(id: string)

Set an id to identify a view

Parameters
id id to identify a view
Return
Recorder This Recorder instance
name
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
label
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