Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
TaskInput
Interface TaskInput
The params this app was invoked with as a task callee.
interface
TaskInput
{
params
:
Record
<
string
,
unknown
>
;
task
:
string
;
}
Index
Properties
params
task
Properties
params
params
:
Record
<
string
,
unknown
>
task
task
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
params
task
@immediately-run/sdk
Loading...
The params this app was invoked with as a task callee.