Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a Announce feature used in Announce Plugin. If the Should Handle Callback returns announce data, it will be announced by using a aria-live region.

Hierarchy

  • AnnounceFeature

Index

Properties

Properties

keys

keys: number[]

Keys handled in the current event

shouldHandle

shouldHandle: (editor: IEditor, lastFocusedElement: HTMLElement) => false | AnnounceData

Type declaration

    • Whether to handle this feature, if returns Announce Data, will be announced, otherwise will do nothing.

      Parameters

      • editor: IEditor
      • lastFocusedElement: HTMLElement

      Returns false | AnnounceData

Generated using TypeDoc