Notice.setAutoHide method
Notice › setAutoHide
Unofficial
Schedules the notice to auto-hide after the given duration, clearing any existing timer.Signature:
setAutoHide(timeoutMilliseconds: number): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| timeoutMilliseconds | number | The delay before hiding, in milliseconds. 0 disables auto-hide. |
Returns: this — The notice instance, for chaining.