Skip to content

DocumentDiagnosticPanelExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for creating a Document Diagnostic Panel widget. Renders the internal piece table structure of an IHex1bDocument as a tree.

csharp
public static class DocumentDiagnosticPanelExtensions

Inheritance

ObjectDocumentDiagnosticPanelExtensions

Methods

DocumentDiagnosticPanel<TParent>(WidgetContext<TParent>, IHex1bDocument)

Creates a Tree widget that displays the internal piece table structure of the given document. Useful for debugging and understanding document state.

Parameters:

Returns: TreeWidget

csharp
public static TreeWidget DocumentDiagnosticPanel<TParent>(this WidgetContext<TParent> ctx, IHex1bDocument document) where TParent : Hex1bWidget

Released under the MIT License.