BptTerminalClient
API reference for BptTerminalClient — parameters, event callbacks, and related configuration.
BptTerminalClient
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Height | string | — | |
Width | string | Nullable | — |
CssClass | string | Nullable | — |
Style | string | Nullable | — |
HubUrl | string | — | |
Shell | string | — | |
BlockedCommands | String[] | Nullable | — |
Theme | BptTerminalTheme | — | |
Sandbox | bool | — | |
Floating | bool | — | |
CollapsedMode | bool | — | |
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnSessionCreated | EventCallback<string> | — | |
OnSessionClosed | EventCallback<string> | — | |
OnCommandExecuted | EventCallback<string> | — | |
FloatingChanged | EventCallback<bool> | — |