Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings for entity features

Hierarchy

Index

Properties

backspaceAfterEntity

backspaceAfterEntity: boolean

A content edit feature to trigger EntityOperation event with operation "RemoveFromEnd" when user press BACKSPACE right after an entity

clickOnEntity

clickOnEntity: boolean

A content edit feature to trigger EntityOperation event with operation "Click" when user clicks on a readonly entity.

deleteBeforeEntity

deleteBeforeEntity: boolean

A content edit feature to trigger EntityOperation event with operation "RemoveFromStart" when user press DELETE right after an entity

enterBeforeReadonlyEntity

enterBeforeReadonlyEntity: boolean

A content edit feature to split current line into two lines at the cursor when user presses ENTER right before a readonly entity. Browser's default behavior will insert an extra BR tag before the entity which causes an extra empty line. So we override the default behavior here.

escapeFromEntity

escapeFromEntity: boolean

A content edit feature to trigger EntityOperation event with operation "Escape" when user presses ESC on a readonly entity.

moveBetweenDelimitersFeature

moveBetweenDelimitersFeature: boolean

Content edit feature to move the cursor from Delimiters around Entities when using Right or Left Arrow Keys

removeEntityBetweenDelimiters

removeEntityBetweenDelimiters: boolean

Content edit Feature to trigger a Delete Entity Operation when one of the Delimiter is about to be removed with DELETE or Backspace

Generated using TypeDoc