Table of Contents

Interface ICustomViewModelNode

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a node that has a custom view model.

public interface ICustomViewModelNode

Properties

ViewModelPosition

Gets or sets the position of the node's custom view model.

CustomNodeViewModelPosition ViewModelPosition { get; }

Property Value

CustomNodeViewModelPosition

Methods

GetCustomViewModel(NodeScript)

Called whenever the node must show it's custom view model, if null, no custom view model is used

ICustomNodeViewModel? GetCustomViewModel(NodeScript nodeScript)

Parameters

nodeScript NodeScript

Returns

ICustomNodeViewModel

The custom view model, if null, no custom view model is used