getVariable()
Last updated 31/01/2024
The getVariable()
is a function on the Five
object that gets the value for a global variable which has been by the
Available
Client and Server
Function Signature
getVariable(name: string) : any;
Parameter | Type | Description |
---|---|---|
name | string | Name of the variable |