* Set this block's warning text. * * @param _text The text, or null to delete. * @param _opt_id An optional ID for the warning text to be able to maintain * multiple warnings.
(_text: string | null, _opt_id?: string)
| 2394 | * multiple warnings. |
| 2395 | */ |
| 2396 | setWarningText(_text: string | null, _opt_id?: string) { |
| 2397 | // NOOP. |
| 2398 | } |
| 2399 | |
| 2400 | /** |
| 2401 | * Give this block a mutator dialog. |
no outgoing calls
no test coverage detected