AlohaCommandWillExecuteParameters constructor

AlohaCommandWillExecuteParameters(
  1. String? _commandId,
  2. bool? _preventDefault
)

Command will execute event return parameters

Implementation

AlohaCommandWillExecuteParameters(this._commandId, this._preventDefault);