Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Page

Embedded Sub-Page block or old Link To Page block.

For new Link To Page block, see Alias.

Hierarchy

Index

Properties

alive

alive: boolean

Optional content

content: UUID[]

Ids of children blocks

Optional copied_from

copied_from: UUID

Copied from another block.

created_by

created_by: UUID

Optional created_by_id

created_by_id: UUID

Appear in recently created blocks.

Optional created_by_table

created_by_table: Table

Appear in recently created blocks.

created_time

created_time: TimestampNumber

Optional discussions

discussions: UUID[]

Discussions associated with this block.

Optional file_ids

file_ids: UUID[]

Defined if the user upload images for page icon and page cover.

Optional format

format: BlockFormat

id

id: UUID

last_edited_by

last_edited_by: UUID

Optional last_edited_by_id

last_edited_by_id: UUID

Appear in recently created blocks.

Optional last_edited_by_table

last_edited_by_table: Table

Appear in recently created blocks.

last_edited_time

last_edited_time: TimestampNumber

parent_id

parent_id: UUID

parent_table

parent_table: Table

Optional permissions

permissions: Permission[]

Optional properties

properties: undefined | {}

In a database, every record is a page. Properties set in a database are stored here. Content of all types of property can be expressed as a SemanticString array. Some interesting types are listed below:

Relation — They use InlineMentionPage to represent related pages, so for example, if a page is related to another 3 pages, it looks like

[InlineMentionPage, [","], InlineMentionPage, [","], InlineMentionPage]

type

type: "page"

version

version: number

Generated using TypeDoc