state
Module: vibex/state
VibeX Unified State Store
Single source of truth for all VibeX state using Zustand. Provides reactive state management with automatic synchronization.
Functions
useVibexSpaces
View sourcefunction useVibexSpaces(): voiduseVibexCurrentSpace
View sourcefunction useVibexCurrentSpace(): voiduseVibexArtifacts
View sourcefunction useVibexArtifacts(spaceId: string | null | undefined): voidParameters:
| Name | Type | Description |
|---|---|---|
spaceId | string | null | undefined |
useVibexConversations
View sourcefunction useVibexConversations(spaceId: string | null | undefined): voidParameters:
| Name | Type | Description |
|---|---|---|
spaceId | string | null | undefined |
Constants
useVibexStore
View sourceconst useVibexStore: UseBoundStore<Write<StoreApi<VibexState>, StoreSubscribeWithSelector<VibexState>>>