Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RevealJsRenderer

Hierarchy

Implements

Index

Constructors

constructor

  • new RevealJsRenderer(options: undefined | __type, content: HTMLElement, suggest: HTMLElement): RevealJsRenderer

Properties

Private Reveal

Reveal: any

Protected Optional channelId

channelId: undefined | string

Protected content

content: HTMLElement

scrollStrategy

scrollStrategy: "bottom" | "container" | function = this.bottomScrollStrategy

Protected suggest

suggest: HTMLElement

Methods

appendContent

  • appendContent(element: HTMLElement): void

appendSuggest

  • appendSuggest(element: HTMLElement): void

Private createNewSection

  • createNewSection(elements: HTMLElement[], sections: HTMLCollectionOf<HTMLElement>): HTMLElement[]

init

  • init(channelId: undefined | string): void

render

Protected renderElement

Static Private wrapContent

  • wrapContent(content: HTMLElement): HTMLElement

Generated using TypeDoc