Interface · Devtools
InspectorNode
One node in a desktop inspector snapshot.
@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43Members
bounds
bounds: InspectorBoundsNative layout bounds.
Type: InspectorBounds
children
children: InspectorNode[]Inspected native child nodes.
Type: InspectorNode[]
classes
classes: string[]Avalonia style classes applied to the control.
Type: string[]
isEnabled
isEnabled: booleanWhether the native control accepts interaction.
Type: boolean
isVisible
isVisible: booleanWhether the native control is visible.
Type: boolean
key
key: string | nullReconciliation key, when provided.
Type: string | null
kind
kind: stringSharpTS control kind.
Type: string
nativeType
nativeType: stringManaged native control type name.
Type: string
props
props: { height: number | null; text: string | null; title: string | null; width: number | null }Selected commonly inspected prop values.
Type: { height: number | null; text: string | null; title: string | null; width: number | null }
source
source: InspectorSourceLocation | nullTSX source location, when available.
Type: InspectorSourceLocation | null
Related symbols
Source
SharpTS.Gui.Sdk/GuiPackage/devtools.ts:26 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.