Skip to Content

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 source
function useVibexSpaces(): void

useVibexCurrentSpace

View source
function useVibexCurrentSpace(): void

useVibexArtifacts

View source
function useVibexArtifacts(spaceId: string | null | undefined): void

Parameters:

NameTypeDescription
spaceIdstring | null | undefined

useVibexConversations

View source
function useVibexConversations(spaceId: string | null | undefined): void

Parameters:

NameTypeDescription
spaceIdstring | null | undefined

Constants

useVibexStore

View source
const useVibexStore: UseBoundStore<Write<StoreApi<VibexState>, StoreSubscribeWithSelector<VibexState>>>