Docs (4.0.0)
class UITheme property

effects

A map that defines a set of predefined output effects.

effects: Map<string, RenderContext.OutputEffect<unknown>>

Description

The effects defined by this map can be used on rendered cell output (see UICell.effect), using ui.effect(). Default effects are available as static properties of ui.effect, e.g. ui.effect.SHADOW.

Related

  • class UIThemeA collection of default style options, colors, animations, effects, and icons, part of the global application context.