ValuePattern
UIA Pro is supported as a technical preview.
UIAPro. ValuePattern
new ValuePattern()
Methods
getValue() → {Promise.<string>}
Returns:
- Type
- Promise.<string>
isReadOnly() → {Promise.<boolean>}
Returns:
- Type
- Promise.<boolean>
setSecure(encodedText) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
encodedText | string | The encoded text to set to the object. |
Returns:
- Type
- Promise.<void>
setValue(value) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
value | string | The value to set. |
Returns:
- Type
- Promise.<void>