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