â–¸ canIUseCustom(options): Promise<boolean>
description Check if a custom action or event is usable. parameter { action?: string, event?:
string }
example
Code
Parameters
| Name | Type |
|---|---|
options | CanUseOptions |
Returns
Promise<boolean>
CanUseOptions
Ƭ CanUseOptions: Object
Type declaration
| Name | Type |
|---|---|
action? | string |
event? | string |
Was this page helpful?
Last modified on