core.resourcevisitor.visitproperty
Home > @medplum/core > ResourceVisitor > visitProperty
ResourceVisitor.visitProperty property
Signature:
visitProperty?: (parent: TypedValue, key: string, path: string, propertyValues: (TypedValue | TypedValue[] | undefined)[], schema: InternalTypeSchema) => void;