Skip to main content

LexicalJSON

Datalayer Core


Datalayer Core / LexicalJSON

Interface: LexicalJSON

Defined in: src/models/LexicalDTO.ts:108

Stable public interface for Lexical data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.

Properties

cdnUrl

cdnUrl: string

Defined in: src/models/LexicalDTO.ts:126

CDN URL for accessing the document


createdAt

createdAt: string

Defined in: src/models/LexicalDTO.ts:122

ISO 8601 timestamp when the document was created


description

description: string

Defined in: src/models/LexicalDTO.ts:116

Description of the lexical document


extension

extension: string

Defined in: src/models/LexicalDTO.ts:120

File extension of the lexical document


id

id: string

Defined in: src/models/LexicalDTO.ts:112

Unique identifier for the lexical document


name

name: string

Defined in: src/models/LexicalDTO.ts:114

Name of the lexical document


type

type: string

Defined in: src/models/LexicalDTO.ts:118

Type of lexical document


uid

uid: string

Defined in: src/models/LexicalDTO.ts:110

Unique identifier for the lexical document


updatedAt

updatedAt: string

Defined in: src/models/LexicalDTO.ts:124

ISO 8601 timestamp when the document was last updated