Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClassicRenderer

Hierarchy

Implements

Index

Constructors

constructor

  • new ClassicRenderer(content: HTMLElement, suggest: HTMLElement): ClassicRenderer

Properties

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 bottomScrollStrategy

  • bottomScrollStrategy(e: HTMLElement): number

Private containerScrollStrategy

  • containerScrollStrategy(e: HTMLElement): void

Private handleCarousel

  • handleCarousel(args: any[]): void

init

  • init(channelId: undefined | string): void

Private needsSeparator

render

Protected renderElement

Generated using TypeDoc