IsabyteLandingPage
API reference for IsabyteLandingPage — parameters, event callbacks, and related configuration.
IsabyteLandingPage
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | 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 | — | |
InitialIsalData | Byte[] | Nullable | — |
InitialIsalUrl | 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 | IsabyteAiVendorKeys | Nullable | — |
DeviceClass | IsabyteDeviceClass? | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ModeChanged | EventCallback<LandingPageMode> | — | |
ValueChanged | EventCallback<LandingPageProject> | — | |
OnSave | EventCallback<LandingPageSaveResult> | — | |
OnExport | EventCallback<LandingPageExportResult> | — | |
OnSaveIsal | EventCallback<Byte[]> | — | |
ContentThemeChanged | EventCallback<string> | — |