Interface: SignalDefinition<Args, Name>
common.SignalDefinition
Type parameters
| Name | Type |
|---|---|
Args | extends any[] = [] |
Name | extends string = string |
Properties
[argsBrand]
• [argsBrand]: Args
Virtual type brand to maintain a distinction between SignalDefinition types with different args. This field is not present at run-time.
name
• name: Name
type
• type: "signal"
typeInfo
• Optional typeInfo: SignalTypeInfo
Type information used to convert Signal arguments.