Opens the editor's text theme picker for the selected component, letting a Wix user choose a site theme combination of font and color. A theme token is a named reference to one of these site-wide values, such as 'Heading 1' for a font or a named theme color, rather than a literal CSS value. For background on connecting a component to a site's theme, see Connect an Editor React Component's Colors and Fonts to a Site Theme.
| Name | Type | Description |
|---|---|---|
target | HTMLElement | Element in your panel that the picker popup opens relative to. |
initialValue.font | string | Initial font value to show when the picker opens, as CSS font shorthand or a theme token. |
initialValue.color | string | Initial color value to show when the picker opens, as a CSS color string or a theme token. |
Promise<SelectedTextTheme>
| Property | Type | Description |
|---|---|---|
font | string | Selected font, as CSS font shorthand or a theme token. |
color | string | Selected color, as a CSS color string or a theme token. |
textDecorationLine | string | Selected text decoration, such as 'none' or 'underline'. |
letterSpacing | string | Selected letter spacing, as a CSS length or 'normal'. |
Last updated: 8 September 2026