fluidConfig

Description
Global Fluid UI configuration object. All Fluid UI features, as configured by the site developer, are passed to Fluid UI through this object. This object must be defined globally, before Fluid UI is loaded, for it to take effect.
Properties
Name Type Description
config FluidConfig Fluid UI configuration options. This will be merged with the defaults, so only options that differ from the default need to be provided.
themes Object.<string, Theme> Custom themes to add to Fluid UI.
Details