StringValue
The StringValue
class contains a string value.
Properties
Property
Description
lastValue
(get) lastValue: string (set) (Not Available)
Specifies a string representing the last value of the object.
Methods
Method
Description
pinLastValue
pinLastValue(): ConstStringSignal
Returns a ConstStringSignal
containing a constant value which is the last value of the specified signal before pinLastValue
is called. ConstStringSignal can be passed to a functions which accept strings.
Last updated