Light Logo
JavaScript SDK (v0.49.0)Reference

CreateVariableParams

Parameters for creating a variable.

Type Alias: CreateVariableParams

CreateVariableParams = object

Parameters for creating a variable.

Properties

key

key: string

The unique key that identifies the variable.


secret

secret: boolean

Represents whether the variable's value should be treated as a secret. The values of secrets are not returned.


value

value: string

The value of the variable.