Skip to content

Class: UpdateDefaultGraphSuccess

Indicates that an update request to the default graph was successful. This data was not written to a Pod. It was only written locally.

Hierarchy

UpdateDefaultGraphSuccess

Constructors

constructor

new UpdateDefaultGraphSuccess(): UpdateDefaultGraphSuccess

Returns

UpdateDefaultGraphSuccess

Inherited from

SuccessResult.constructor

Properties

isError

Readonly isError: false

Inherited from

SuccessResult.isError

Defined in

packages/connected/src/results/success/SuccessResult.ts:9


type

type: "updateDefaultGraphSuccess"

Overrides

SuccessResult.type

Defined in

packages/connected/src/results/success/UpdateSuccess.ts:18