src/waveform/waveform-control-command.ts
Waveform Control command allows you to start (true) or stop (false) the application's components.
Properties |
started |
started:
|
Type : boolean
|
Defined in src/waveform/waveform-control-command.ts:7
|
true to start, false to stop |
export class IWaveformControlCommand {
/** true to start, false to stop */
started: boolean;
}