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