Skip to main content

SpaceJSON

Datalayer Core


Datalayer Core / SpaceJSON

Interface: SpaceJSON

Defined in: src/models/SpaceDTO.ts:50

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:60

Description of the space


handle

handle: string

Defined in: src/models/SpaceDTO.ts:56

Handle for the space


items

items: (LexicalJSON | NotebookJSON)[]

Defined in: src/models/SpaceDTO.ts:62

Items contained in the space (as JSON)


name

name: string

Defined in: src/models/SpaceDTO.ts:54

Name of the space


uid

uid: string

Defined in: src/models/SpaceDTO.ts:52

ulid for the space


variant

variant: string

Defined in: src/models/SpaceDTO.ts:58

Variant of the space