Skip to content

pantoken / renderers/pendo/src / BuildPendoCssOptions

Interface: BuildPendoCssOptions

Beta

Options for buildPendoCss.

Properties

theme?

optional theme?: Theme

Beta

Theme to source the --instui-* layer from (default "rebrand").


scopeSelector?

optional scopeSelector?: string

Beta

The @scope root selector (default ._pendo-step-container).


scope?

optional scope?: boolean

Beta

Wrap component rules in @scope for DOM containment (default true).


important?

optional important?: boolean

Beta

Add !important to component declarations so they beat Pendo's styles (default true).


prune?

optional prune?: boolean

Beta

Tree-shake unused --instui-* tokens (default true; off ships the full token set).