Skip to content

EditorExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for building EditorWidget.

csharp
public static class EditorExtensions

Inheritance

ObjectEditorExtensions

Methods

Editor<TParent>(WidgetContext<TParent>, EditorState)

Creates an Editor widget bound to the specified state.

Parameters:

Returns: EditorWidget

csharp
public static EditorWidget Editor<TParent>(this WidgetContext<TParent> ctx, EditorState state) where TParent : Hex1bWidget

Released under the MIT License.