Rxova
Skip to content

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.

hasMetadata: boolean;

Defined in: protocol.types.ts:68


hasOnEnter: boolean;

Defined in: protocol.types.ts:66


hasOnLeave: boolean;

Defined in: protocol.types.ts:67