Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

DeferredMode

DeferredMode: "load" | "visible"

Mode that indicates how the content of an output panel is loaded:

  • load: Loads the content directly after the page was loaded.
  • visible: Loads the panel once it is visible, e.g. once the user scrolled down.

Generated using TypeDoc