TLStoreOptions
See source codetype TLStoreOptions = TLStoreBaseOptions & {
collaboration?: {
mode?: null | Signal<'readonly' | 'readwrite'>
status: null | Signal<'offline' | 'online'>
}
id?: string
} & TLStoreSchemaOptions
Prev
TLStoreEventInfoNext
TLStoreSchemaOptions