This object is used to communicate inline code completions rendered into an editor with ghost text to screen reader users.
Creates the off-screen div in which the ghost text content in redered and which the screen reader reads.
Take this._lines, render it as blocks and add those to the screen reader div.
blocks and add those to the screen reader div.
Returns HTMLPreElement
destroydestroy(): voidReturns void
setScreenReaderContentsetScreenReaderContent(content): voidSet the ghost text content to the screen reader div Parameterscontent: stringReturns void
Set the ghost text content to the screen reader div
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OSLightDark
On This Page
constructor
_lines
editor
popup
screenReaderDiv
createCodeBlock
destroy
setScreenReaderContent
Ace API Referenceacesrcaceanchorapply_deltaautocompletebackground_tokenizerbidihandlerclipboardcommandscommand_managerdefault_commandsincremental_search_commandsmulti_select_commandsoccur_commandsconfigcss/editor-cssdocumentedit_sessioneditorextLoading...
Generated using TypeDoc
This object is used to communicate inline code completions rendered into an editor with ghost text to screen reader users.