Skip to content

@modoki/engine / index / SubscribableStore

Interface: SubscribableStore

Minimal store shape — every Zustand store satisfies this.

ECS Core

subscribe()

subscribe(listener): () => void

Parameters

listener

() => void

Returns

() => void

Built with Modoki.