Type alias LinkedElementMapPayload

LinkedElementMapPayload: {
    ancestorLink: HTMLElement | null;
    belongsList: HTMLElement | null;
    belongsListItem: HTMLElement | null;
    focusAncestor?: HTMLElement;
    focusChild?: HTMLElement;
    focusable: boolean;
    isWzaElement: boolean;
    readDirectlyElement: HTMLElement | null;
    readingPayload: TextToVoicePayload | null;
    target: HTMLElement;
}

Type declaration

  • ancestorLink: HTMLElement | null
  • belongsList: HTMLElement | null
  • belongsListItem: HTMLElement | null
  • Optional focusAncestor?: HTMLElement
  • Optional focusChild?: HTMLElement
  • focusable: boolean
  • isWzaElement: boolean
  • readDirectlyElement: HTMLElement | null
  • readingPayload: TextToVoicePayload | null
  • target: HTMLElement