Function

timelineCommandOk

Creates a successful timeline command result.

Signature

Type Definition
timelineCommandOk(value?: Value): TimelineCommandResult<Value>

Type parameters

NameConstraintDefaultDescription
ValueNonevoidSuccessful command payload type.

Parameters

NameTypeDescription
valueValueOptional command payload.

Returns

Successful command result.