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 {
|
||||
action: CustomActions;
|
||||
settings: any;
|
||||
|
||||
Reference in New Issue
Block a user