DashMapGptConfig
class DashMapGptConfig : DashConfigBase<DashMapGptConfig, DashMapGptConfig.Builder> , UpdatableConfig<DashMapGptConfig, DashMapGptConfig.Update>
Configuration for the MapGPT feature.
Parameters
isEnabled
Enables or disables the MapGPT feature.
isSettingsMenuEnabled
Enables or disables the MapGPT settings menu.
avatar
Allows for custom avatar animations.
isKeyboardModeEnabled
Enables or disables the MapGPT keyboard mode.
profileId
The profile ID to use for MapGPT.
userInputMiddleware
The user input middleware to use for MapGPT.
Types
Link copied to clipboard
Creates a new instance of DashMapGptConfig.
Link copied to clipboard
Defines configuration options available to be updated in the runtime. See Dash.applyUpdate.
Properties
Functions
Link copied to clipboard
Returns a new Builder instance with copied elements of this configuration.
Link copied to clipboard
Returns a configuration update builder that can be used with Dash.applyUpdate.