Interface IUrgeViewModel
A view model for an urge.
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IUrgeViewModel : IOnSelected, IItemInfoProperties
View SourceBrainView
Gets or sets the bot brain view model.
Declaration
IBotBrainViewModel? BrainView { get; set; }Property Value
| Type | Description | 
|---|---|
| IBotBrainViewModel | 
ParameterEditor
Gets the parameter editor.
Declaration
MultiParameterEditorViewModel? ParameterEditor { get; }Property Value
| Type | Description | 
|---|---|
| MultiParameterEditorViewModel | 
Urge
Gets or sets the urge.
Declaration
IUrge Urge { get; set; }Property Value
| Type | Description | 
|---|---|
| IUrge |