SpaceJSON
Agent Runtimes / models/SpaceDTO / SpaceJSON
Interface: SpaceJSON
Defined in: src/models/SpaceDTO.ts:52
Stable public interface for Space data. This is the contract that Client consumers can rely on. The raw API may change, but this interface remains stable.
Properties
description
description:
string
Defined in: src/models/SpaceDTO.ts:62
Description of the space
handle
handle:
string
Defined in: src/models/SpaceDTO.ts:58
Handle for the space
items
items: (
LexicalJSON|NotebookJSON)[]
Defined in: src/models/SpaceDTO.ts:64
Items contained in the space (as JSON)
name
name:
string
Defined in: src/models/SpaceDTO.ts:56
Name of the space
ownerUserUids?
optionalownerUserUids?:string[]
Defined in: src/models/SpaceDTO.ts:66
Owner user UIDs for this space
uid
uid:
string
Defined in: src/models/SpaceDTO.ts:54
ulid for the space
variant
variant:
string
Defined in: src/models/SpaceDTO.ts:60
Variant of the space