Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
object-get
Gets the value associated with the specified key from the object.
Parameter
Type
Description
self
object
The object to get the value from.
key
string
The key to look up in the object.
type
type
The expected type of the value.
return
T
The value associated with the key, or nil if the key does not exist.