Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITextboxUpdate

Represents updatable components of a label which developers can update from game clients.

Hierarchy

Index

Properties

Optional cooldown

cooldown: number

In milliseconds, will be converted to a unix timestamp of when this cooldown expires.

Optional cost

cost: number

Will update the spark cost of this textbox. A cost will force a submit button.

Optional disabled

disabled: boolean

When set to true this will disable the control. When set to false this will enable the control.

Optional hasSubmit

hasSubmit: boolean

Will update Whether the textbox has a submit button.

Optional multiline

multiline: boolean

Will update Whether the textbox supports multiple lines of text.

Optional placeholder

placeholder: string

Will update the text hint inside the textbox.

Optional submitText

submitText: string

Will update the optional text to replace "Submit" on the submit button.

Generated using TypeDoc