nestjs-temporal-core
Preparing search index...
ActivityMetadata
Interface ActivityMetadata
Metadata for activity classes discovered through
Activity
decorator.
interface
ActivityMetadata
{
name
?:
string
;
options
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
;
}
Index
Properties
name?
options?
Properties
Optional
name
name
?:
string
Optional
options
options
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
nestjs-temporal-core
Loading...
Metadata for activity classes discovered through
Activity
decorator.