EditorExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for building EditorWidget.
csharp
public static class EditorExtensionsInheritance
Object → EditorExtensions
Methods
Editor<TParent>(WidgetContext<TParent>, EditorState)
Creates an Editor widget bound to the specified state.
Parameters:
ctx(WidgetContext<<TParent>>):state(EditorState):
Returns: EditorWidget
csharp
public static EditorWidget Editor<TParent>(this WidgetContext<TParent> ctx, EditorState state) where TParent : Hex1bWidget