bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
MapDefinition
Interface MapDefinition
Definition of a map node (type-erased)
interface
MapDefinition
{
name
:
string
;
transform
:
MapTransformFn
<
any
,
any
>
;
}
Index
Properties
name
transform
Properties
name
name
:
string
transform
transform
:
MapTransformFn
<
any
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
transform
Guide
GitHub
bunqueue
Loading...
Definition of a map node (type-erased)