Interface CSSContainerRule
interface CSSContainerRule {
CHARSET_RULE: 2;
conditionText: string;
containerName: string;
containerQuery: string;
COUNTER_STYLE_RULE: 11;
cssRules: CSSRuleList;
cssText: string;
FONT_FACE_RULE: 5;
FONT_FEATURE_VALUES_RULE: 14;
IMPORT_RULE: 3;
KEYFRAME_RULE: 8;
KEYFRAMES_RULE: 7;
MEDIA_RULE: 4;
NAMESPACE_RULE: 10;
PAGE_RULE: 6;
parentRule: CSSRule;
parentStyleSheet: CSSStyleSheet;
STYLE_RULE: 1;
SUPPORTS_RULE: 12;
type: number;
deleteRule(index: number): void;
insertRule(rule: string, index?: number): number;
}
CHARSET_RULE: 2;
conditionText: string;
containerName: string;
containerQuery: string;
COUNTER_STYLE_RULE: 11;
cssRules: CSSRuleList;
cssText: string;
FONT_FACE_RULE: 5;
FONT_FEATURE_VALUES_RULE: 14;
IMPORT_RULE: 3;
KEYFRAME_RULE: 8;
KEYFRAMES_RULE: 7;
MEDIA_RULE: 4;
NAMESPACE_RULE: 10;
PAGE_RULE: 6;
parentRule: CSSRule;
parentStyleSheet: CSSStyleSheet;
STYLE_RULE: 1;
SUPPORTS_RULE: 12;
type: number;
deleteRule(index: number): void;
insertRule(rule: string, index?: number): number;
}
                 
                    
                  Hierarchy
              
              - CSSConditionRule- CSSContainerRule (View Summary)
 
 Index
Properties
Methods
 Properties
ReadonlyCHARSET_RULE 
CHARSET_RULE: 2
ReadonlyconditionText 
conditionText: string
ReadonlycontainerName 
containerName: string
ReadonlycontainerQuery 
containerQuery: string
ReadonlyCOUNTER_STYLE_RULE  
COUNTER_STYLE_RULE: 11
ReadonlycssRules 
cssText 
cssText: string
ReadonlyFONT_FACE_RULE  
FONT_FACE_RULE: 5
ReadonlyFONT_FEATURE_VALUES_RULE   
FONT_FEATURE_VALUES_RULE: 14
ReadonlyIMPORT_RULE 
IMPORT_RULE: 3
ReadonlyKEYFRAME_RULE 
KEYFRAME_RULE: 8
ReadonlyKEYFRAMES_RULE 
KEYFRAMES_RULE: 7
ReadonlyMEDIA_RULE 
MEDIA_RULE: 4
ReadonlyNAMESPACE_RULE 
NAMESPACE_RULE: 10
ReadonlyPAGE_RULE 
PAGE_RULE: 6
ReadonlyparentRule 
ReadonlyparentStyleSheet  
ReadonlySTYLE_RULE 
STYLE_RULE: 1
ReadonlySUPPORTS_RULE 
SUPPORTS_RULE: 12
Readonlytype
type: number
MDN Reference