Orca Note Plugin API Documentation
Preparing search index...
types/orca
AfterHook
Type Alias AfterHook
AfterHook
:
(
id
:
string
,
...
args
:
any
[]
)
=>
void
|
Promise
<
void
>
Function type used for "after command" hooks. Called after a command has been executed.
Type declaration
(
id
:
string
,
...
args
:
any
[]
)
:
void
|
Promise
<
void
>
Parameters
id
:
string
...
args
:
any
[]
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Orca Note Plugin API Documentation
Loading...
Function type used for "after command" hooks. Called after a command has been executed.