Skip to content

Documentation / @super-store/store / STORE_ORIGIN

Variable: STORE_ORIGIN

const STORE_ORIGIN: typeof STORE_ORIGIN

Defined in: store-value.ts:6

Origin tag for every write this library makes, so observers (and, later, UndoManager) can distinguish local store writes from remote merges.

Released under the MIT License.