BptLandingPage
API reference for BptLandingPage — parameters, event callbacks, and related configuration.
BptLandingPage
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Width | string | — | |
Height | string | — | |
CssClass | string | — | |
Mode | LandingPageMode | — | |
Value | LandingPageProject | Nullable | — |
Templates | List<LandingPageTemplate> | Nullable | — |
ReadOnly | bool | — | |
EnableExport | bool | — | |
EnableSave | bool | — | |
Minified | bool | — | |
SaveMode | LandingPageSaveMode | — | |
InitialBptlData | Byte[] | Nullable | — |
InitialBptlUrl | string | Nullable | — |
ImageLibraryAvailable | bool | — | |
ImageLibraryItems | List<ImageLibraryItem> | Nullable | — |
EnableTemplateSelector | bool | — | |
ContentThemeIsolation | bool | — | |
ContentTheme | string | — | |
PageTheme | string | Nullable | — |
ContentThemes | List<LandingPageContentTheme> | Nullable | — |
ColorPalette | Dictionary<string, string> | Nullable | — |
AiKeys | BptAiVendorKeys | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ModeChanged | EventCallback<LandingPageMode> | — | |
ValueChanged | EventCallback<LandingPageProject> | — | |
OnSave | EventCallback<LandingPageSaveResult> | — | |
OnExport | EventCallback<LandingPageExportResult> | — | |
OnSaveBptl | EventCallback<Byte[]> | — | |
ContentThemeChanged | EventCallback<string> | — |