# StringValue

The `StringValue` class contains a string value.

## Properties

| Property    | Description                                                                                                                           |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `lastValue` | <p><code>(get) lastValue: string (set) (Not Available)</code></p><p>Specifies a string representing the last value of the object.</p> |

## Methods

| Method         | Description                                                                                                                                                                                                                                                                                       |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `pinLastValue` | <p><code>pinLastValue(): ConstStringSignal</code></p><p>Returns a <code>ConstStringSignal</code> containing a constant value which is the last value of the specified signal before <code>pinLastValue</code> is called. ConstStringSignal can be passed to a functions which accept strings.</p> |
