Options
All
  • Public
  • Public/Protected
  • All
Menu

A Widget to display a DynamicValue holding a string

example

new DynamicText({text:new TextValue("test")})
//JSX
<DynamicText text={new TextValue("test")}/>

Hierarchy

  • DynamicText

Implements

Constructors

Properties

Methods

Constructors

constructor

  • new DynamicText(__namedParameters: object): DynamicText

Parameters

Returns DynamicText

Properties

__variant__

__variant__: string = "DynamicText"

text

text: DynamicValue<string>

Methods

Static fromJSON

Parameters

  • json: object
    • text: any

Returns DynamicText

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.