Type Alias: JourneyDevtoolsStepFeatureDescriptor
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / JourneyDevtoolsStepFeatureDescriptor
type JourneyDevtoolsStepFeatureDescriptor = object;Defined in: protocol.types.ts:65
Per-step authored features. Protocol v7 reduces this to the hooks the
redesigned core supports; the bridge itself cannot inspect step configs, so
emitters that lack the definition omit steps entirely.
Properties
Section titled “Properties”hasMetadata
Section titled “hasMetadata”hasMetadata: boolean;Defined in: protocol.types.ts:68
hasOnEnter
Section titled “hasOnEnter”hasOnEnter: boolean;Defined in: protocol.types.ts:66
hasOnLeave
Section titled “hasOnLeave”hasOnLeave: boolean;Defined in: protocol.types.ts:67