Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CognigyFeedConfig

Feed tile configuration returned from the Cognigy feed config API. Determines which tile acts as the scrollable message feed.

Hierarchy

  • CognigyFeedConfig

Index

Properties

latestFadeDelay?: number

Seconds before older messages fade to 40% opacity. Set to 0 to disable fading. Default: 5

maxMessages: number

Maximum number of messages to retain in the feed. Messages are trimmed from the beginning when limit is exceeded. Valid range: 1-20.

scrollDirection?: "top-to-bottom" | "bottom-to-top"

Scroll direction for the feed. 'top-to-bottom' — newest messages at bottom (default) 'bottom-to-top' — newest messages at top

tileId: string

Tile ID that acts as the scrollable message feed. Empty string indicates feed is disabled.

Generated using TypeDoc