BptThemeBuilder
API reference for BptThemeBuilder — parameters, event callbacks, and related configuration.
BptThemeBuilder
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
FullScreen | bool | — | |
Height | string | — | |
Width | string | — | |
InitialTheme | BptThemeConfig | Nullable | — |
CssClass | string | Nullable | — |
ToolbarBackground | string | — | |
ToolbarTextColor | string | — | |
ToolbarAccentColor | string | — | |
ThemeUrl | string | Nullable | — |
ThemeBytes | Byte[] | Nullable | — |
ThemeBytesFormat | BptThemeFormat? | Nullable | — |
SuppressExportDownload | bool | — | |
EnableImport | bool | — | |
ThemeSidebar | bool | — | |
DefaultTheme | string | — | |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
FullScreenChanged | EventCallback<bool> | — | |
OnThemeExported | EventCallback<string> | — | |
OnThemeExportedRich | EventCallback<BptThemeExport> | — | |
OnImportFailed | EventCallback<ValueTuple<string, string>> | — |