Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
object-set
Sets the value for the specified key in the object.
Parameter
Type
Description
self
object
The object to set the value in.
key
string
The key to set in the object.
value
T
The value to set for the key.
type
type
The expected type of the value.
return
void
No return value.