autoCompletableBlockTypes top-level property

Set<String> autoCompletableBlockTypes
final

Implementation

final autoCompletableBlockTypes = {
  ParagraphBlockKeys.type,
  NumberedListBlockKeys.type,
  TodoListBlockKeys.type,
  BulletedListBlockKeys.type,
  QuoteBlockKeys.type,
  HeadingBlockKeys.type,
};