About
Working with mods
API documentation
Action mods
API documentation
Visualization mods
API overview
API documentation
Action
Preparing search index...
EntryPointSynchronousFunction
Type Alias EntryPointSynchronousFunction<T>
EntryPointSynchronousFunction
:
T
extends
(
...
args
:
unknown
[]
,
)
=>
Promise
<
unknown
>
?
never
:
T
A synchronous function (does not return a Promise) to be used as an entry point of an action.
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Action
Loading...
A synchronous function (does not return a Promise) to be used as an entry point of an action.