CSSPropertySpecs
reexport
interface
CSSPropertySpecs
<
 Â
C
extends
CSSPropertyCompatCategory
,
 Â
D
extends
CSSPropertyDisplayCategory
,
 Â
P
extends
CSSPropertyPropagationCategory
>
{
 Â
compatCategory
:
C
;
 Â
displayCategory
:
D
;
 Â
propagationCategory
:
P
;
}
Defined in
@native-html/css-processor
#
Type ParametersC
#
D
#
P
#
#
FieldscompatCategory
#
required
compatCategory
:
C
;
displayCategory
#
required
displayCategory
:
D
;
propagationCategory
#
required
propagationCategory
:
P
;