Interface IScenarioTreeItem
Represents an item in the scenario tree view, which may be a scenario or role.
Namespace: Phoenix.BotBrain.Overmind
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IScenarioTreeItem
Properties
View SourceHasUnsavedChanges
Gets a value indicating whether this item has unsaved changes.
Declaration
bool HasUnsavedChanges { get; }
Property Value
Type | Description |
---|---|
bool |
Item
Gets the scenario or role to represent in the tree view.
Declaration
object Item { get; }
Property Value
Type | Description |
---|---|
object |
QualityPass
Gets the quality pass.
Declaration
QualityPassViewModel QualityPass { get; }
Property Value
Type | Description |
---|---|
QualityPassViewModel |
Title
Gets a descriptive title for displaying details about the item.
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
string |