String
A KontrastString
holds a string value.
Interface
Functions
-
assign(value: string)
Assign a new value. -
addEventListener(eventName: string, callback: function)
Registers the callback function as an event listener for the specified event name. -
clearEventListener(eventName: string)
Remove all event listener callbacks associated with the event name.
Properties
-
type
:string
The read-only string 'KontrastString'.
-
defaultValue
:string
A read-only string that contains the default string of the specific property.
-
value
:string
The current value (as a JavaScript string).
Events
-
change
, callback:function () { … }
Event that fires whenever the value is changed.