foundation-utils.objectvisitor.visitproperty
Home > @genesislcap/foundation-utils > ObjectVisitor > visitProperty
ObjectVisitor.visitProperty() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
visitProperty(object: any, key: PropertyKey, value: any, data: TVisitorData): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
object |
any | |
|
key |
PropertyKey | |
|
value |
any | |
|
data |
TVisitorData |
Returns:
void