Options
All
  • Public
  • Public/Protected
  • All
Menu

Module block/types

Index

Enumerations

Type aliases

Variables

Type aliases

Block

Block: { assign?: Some<BlockId>; ay?: number; info?: string; isSelectable?: boolean; match?: Some<MatchRule>; name?: string; satisfy?: Some<SatisfyRule>; url?: string }

Type declaration

  • [blockId: string]: any
  • Optional assign?: Some<BlockId>
  • Optional ay?: number
  • Optional info?: string
  • Optional isSelectable?: boolean
  • Optional match?: Some<MatchRule>
  • Optional name?: string
  • Optional satisfy?: Some<SatisfyRule>
  • Optional url?: string

Variables

BLOCK_CLASSES

BLOCK_CLASSES: BlockClass[] = ...

Generated using TypeDoc