passThroughWithExclusions | false | true | java.lang.Object | Enables pass-through rendering of attributes. Allows to define whitespace-separated list of attributes to exclude from pass-through encoding or empty string "" if all attributes should be encoded. Examples: <div cdk:passThroughWithExclusions="title style"></code> <div cdk:passThroughWithExclusions=""> Attributes already defined on the tag are automatically excluded from pass-through rendering. If "disabled" attribute of the component is true (i.e. boolean true or "true"), then attributes that have associated behavior events are not encoded. |