Show / Hide Table of Contents

Interface IUrgeViewModel

A view model for an urge.

Inherited Members
IOnSelected.OnSelected(object)
IItemInfo.Name
IItemInfo.DisplayName
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IUrgeViewModel : IOnSelected, IItemInfo

Properties

View Source

BrainView

Gets or sets the bot brain view model.

Declaration
IBotBrainViewModel? BrainView { get; set; }
Property Value
Type Description
IBotBrainViewModel
View Source

ParameterEditor

Gets the parameter editor.

Declaration
MultiParameterEditorViewModel? ParameterEditor { get; }
Property Value
Type Description
MultiParameterEditorViewModel
View Source

Urge

Gets or sets the urge.

Declaration
IUrge Urge { get; set; }
Property Value
Type Description
IUrge
  • View Source
In this article
Back to top Generated by DocFX