Skip to main content

Type Alias: AsyncRequestEvent

AsyncRequestEvent = object

Defined in: sdk/.repo/sdk/src/types/pwproxy/events/AsyncRequest.ts:6

Represents event which indicates progress of async request.

Properties

actionName

actionName: string

Defined in: sdk/.repo/sdk/src/types/pwproxy/events/AsyncRequest.ts:10

Async request action name.


state

state: AsyncRequestState

Defined in: sdk/.repo/sdk/src/types/pwproxy/events/AsyncRequest.ts:20

Async request state.


stateText

stateText: string

Defined in: sdk/.repo/sdk/src/types/pwproxy/events/AsyncRequest.ts:15

Async request state text.