API Reference > @next-core/brick-kit > PropertyDeclaration > reflect
PropertyDeclaration.reflect property
Indicates if the property should reflect to an attribute. If true, when the property is set, the attribute is set using the attribute name determined according to the rules for the attribute property option and the value of the property converted using the rules from the converter property option.
Signature:
readonly reflect?: boolean;