Options
All
  • Public
  • Public/Protected
  • All
Menu

Module declaration_list

A list which contains declarations.

Index

Classes

Type aliases

Type aliases

Declaration

Declaration: { id: string; name?: string; wid: string }

Element type.

Type declaration

  • id: string

    ID of corresponding block.

  • Optional name?: string

    Additional property used for primitives which have no declaration block.

  • wid: string

    ID of workspace where corresponding block exists.