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
Inherited from
Properties
isError
• Readonly
isError: false
Inherited from
Defined in
packages/connected/src/results/success/SuccessResult.ts:9
type
• type: "updateDefaultGraphSuccess"