Type Alias: JourneyDevtoolsMachineMeta
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / JourneyDevtoolsMachineMeta
type JourneyDevtoolsMachineMeta = object;Defined in: protocol.types.ts:72
Static description of a machine sent in the register envelope.
Properties
Section titled “Properties”appName
Section titled “appName”appName: string | null;Defined in: protocol.types.ts:75
eventTypes?
Section titled “eventTypes?”optional eventTypes?: readonly string[];Defined in: protocol.types.ts:79
features
Section titled “features”features: readonly JourneyDevtoolsMachineFeatureDescriptor[];Defined in: protocol.types.ts:81
label: string;Defined in: protocol.types.ts:74
machineId
Section titled “machineId”machineId: string;Defined in: protocol.types.ts:73
optional mode?: "linear" | "graph";Defined in: protocol.types.ts:77
mutationsEnabled?
Section titled “mutationsEnabled?”optional mutationsEnabled?: boolean;Defined in: protocol.types.ts:76
stepIds?
Section titled “stepIds?”optional stepIds?: readonly string[];Defined in: protocol.types.ts:78
steps?
Section titled “steps?”optional steps?: Record<string, JourneyDevtoolsStepFeatureDescriptor>;Defined in: protocol.types.ts:80