getOption()
Last updated 2/09/2025
The
getOption()
is a function on the Five
object that returns a value of an option configured in the Options field
against the instance of the running application. The key is passed into getOption()
and this will return the value associated to the
corresponding key.
Available
Server
Function Signature
getOption(key: string) : string;
| Parameter | Type | Description |
|---|---|---|
key | string | The option key to retrieve the value |