Interface · Core and Composition
GuiElement
Immutable virtual element produced by TSX and consumed by the GUI renderer.
@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43Members
__guiElement
readonly __guiElement: trueInternal marker distinguishing GUI elements from ordinary objects.
Type: true
key
readonly key: string | nullStable reconciliation key, when provided.
Type: string | null
props
readonly props: anyProps supplied when the element was created.
Type: any
source
readonly source: SourceInfo | nullDevelopment source location, when emitted by the TSX development runtime.
Type: SourceInfo | null
type
readonly type: anyComponent function or native control tag represented by this element.
Type: any
Source
SharpTS.Gui.Sdk/GuiPackage/runtime-types.ts:118 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.