JS API Reference

Interface: DeploymentEvents

experimental/deployment/deployment.DeploymentEvents

Table of contents

Properties

Properties

ready

ready: () => void

Fires when backend is started.

Type declaration

▸ (): void

Returns

void

Defined in

src/experimental/deployment/deployment.ts:26


beforeEnd

beforeEnd: () => void

Fires when backend is about to be stopped.

Type declaration

▸ (): void

Returns

void

Defined in

src/experimental/deployment/deployment.ts:37


end

end: () => void

Fires when backend is completely terminated.

Type declaration

▸ (): void

Returns

void

Defined in

src/experimental/deployment/deployment.ts:42

Was this helpful?