Skip to main content

foundation-store.abstractstore.commit

Home > @genesislcap/foundation-store > AbstractStore > commit

AbstractStore.commit property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The value commit proxy.

Signature:

protected readonly commit: this;

Remarks

this.commit has the same interface as the store itself, so props are strongly typed.

Example

this.commit.propX = value;