@minecraft/server-admin / SecretString
Class: SecretString
Defined in: index.d.ts:31
This represents a placeholder object that represents a secret string. The contents of that string are not available to script; this object is just a placeholder.
Constructors
Constructor
new SecretString(
value):SecretString
Defined in: index.d.ts:32
Parameters
value
string
Returns
SecretString