Documentation
On this page

Interface · Core and Composition

GuiElement

Immutable virtual element produced by TSX and consumed by the GUI renderer.

@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43

Members

__guiElement

readonly __guiElement: true

Internal marker distinguishing GUI elements from ordinary objects.

Type: true

key

readonly key: string | null

Stable reconciliation key, when provided.

Type: string | null

props

readonly props: any

Props supplied when the element was created.

Type: any

source

readonly source: SourceInfo | null

Development source location, when emitted by the TSX development runtime.

Type: SourceInfo | null

type

readonly type: any

Component function or native control tag represented by this element.

Type: any

Source

SharpTS.Gui.Sdk/GuiPackage/runtime-types.ts:118 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.