Interface: ActionStartedEvent
@termwright/driver / ActionStartedEvent
Interface: ActionStartedEvent
Section titled “Interface: ActionStartedEvent”Defined in: driver/src/api.ts:1049
An action that has begun but has not settled yet.
Consumers use this lifecycle edge for an honest live progress indicator.
The eventual ActionEvent with the same actionId remains the
authoritative outcome.
Properties
Section titled “Properties”actionId
Section titled “actionId”
readonlyactionId:string
Defined in: driver/src/api.ts:1050
readonlyapi:string
Defined in: driver/src/api.ts:1052
Method that began, e.g. 'click', 'press', 'resize'.
selector?
Section titled “selector?”
readonlyoptionalselector?:string
Defined in: driver/src/api.ts:1054
Locator description when the action was initiated through a locator.
timeMs
Section titled “timeMs”
readonlytimeMs:number
Defined in: driver/src/api.ts:1055