Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransclusionReference

Synced block that is not marked "Original". (which means it's a reference)

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.

format

format: { copied_from_pointer: Pointer; transclusion_reference_pointer: Pointer }

Type declaration

  • copied_from_pointer: Pointer

    In which block you click "Copy and sync" before pasting this block.

  • transclusion_reference_pointer: Pointer

    The TransclusionContainer to transclude content.

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

type

type: "transclusion_reference"

version

version: number

Generated using TypeDoc