InterfacesAttributeOptionsOn this pageAttributeOptions <T>Index PropertiesnamestatictransformProperties optionalnamename?: stringThe name of the attribute to observe. Defaults to the kebab-case version of the prop.optionalstaticstatic?: boolean = ```ts false ```Set to true to not observe the attribute for changes.transformtransform: (value: string) => TA function to transform the attribute value to the prop value.
The name of the attribute to observe.
Defaults to the kebab-case version of the prop.