docs: interface for custom actions
This commit is contained in:
@@ -55,6 +55,10 @@ const handleWrapper = async (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An interface for custom action description.
|
||||||
|
* @category Types
|
||||||
|
*/
|
||||||
interface CustomActionEventData {
|
interface CustomActionEventData {
|
||||||
action: CustomActions;
|
action: CustomActions;
|
||||||
settings: any;
|
settings: any;
|
||||||
|
|||||||
Reference in New Issue
Block a user