Defines function signature for attribute change notification handler.
Options specified when defining an element attribute.
Converter function that converts the string attribute value to a property native type
Flag indicating that no trigger should be created for the property reflecting the attribute's value.
Notification function that is called when the attribute value changes
Converter function that converts a value to a string that can be set to the HTML attribute
Defines function signature for converting an attribute string value to the corresponding property's type. Converter functions are specified as part of attribute options, e.g. in the attr decorator.
Attribute's string value to convert to the corresponding type.
Name of the attribute whose value is being converted from string
Options determining behavior of the custom element. They include ShadowRootInit properties (including the shadow root mode) and several additional configuration parameters.
Defines function signature for converting a value to the corresponding attributes's string. Converter functions are specified as part of attribute options, e.g. in the attr decorator.
Value to convert to string.
Name of the attribute whose value is being converted to string
Maps every property of the given type to an optional "onchanged" function that accepts the old and the new values of a changed property.