Interface CSSImportRule
interface CSSImportRule {
CHARSET_RULE: 2;
COUNTER_STYLE_RULE: 11;
cssText: string;
FONT_FACE_RULE: 5;
FONT_FEATURE_VALUES_RULE: 14;
href: string;
IMPORT_RULE: 3;
KEYFRAME_RULE: 8;
KEYFRAMES_RULE: 7;
layerName: string;
media: MediaList;
MEDIA_RULE: 4;
NAMESPACE_RULE: 10;
PAGE_RULE: 6;
parentRule: CSSRule;
parentStyleSheet: CSSStyleSheet;
STYLE_RULE: 1;
styleSheet: CSSStyleSheet;
SUPPORTS_RULE: 12;
supportsText: string;
type: number;
}
CHARSET_RULE: 2;
COUNTER_STYLE_RULE: 11;
cssText: string;
FONT_FACE_RULE: 5;
FONT_FEATURE_VALUES_RULE: 14;
href: string;
IMPORT_RULE: 3;
KEYFRAME_RULE: 8;
KEYFRAMES_RULE: 7;
layerName: string;
media: MediaList;
MEDIA_RULE: 4;
NAMESPACE_RULE: 10;
PAGE_RULE: 6;
parentRule: CSSRule;
parentStyleSheet: CSSStyleSheet;
STYLE_RULE: 1;
styleSheet: CSSStyleSheet;
SUPPORTS_RULE: 12;
supportsText: string;
type: number;
}
                 
                    
                  Hierarchy
              
              - CSSRule- CSSImportRule (View Summary)
 
 Properties
ReadonlyCHARSET_RULE 
CHARSET_RULE: 2
ReadonlyCOUNTER_STYLE_RULE  
COUNTER_STYLE_RULE: 11
cssText 
cssText: string
ReadonlyFONT_FACE_RULE  
FONT_FACE_RULE: 5
ReadonlyFONT_FEATURE_VALUES_RULE   
FONT_FEATURE_VALUES_RULE: 14
Readonlyhref
href: string
ReadonlyIMPORT_RULE 
IMPORT_RULE: 3
ReadonlyKEYFRAME_RULE 
KEYFRAME_RULE: 8
ReadonlyKEYFRAMES_RULE 
KEYFRAMES_RULE: 7
ReadonlylayerName 
layerName: string
Readonlymedia
ReadonlyMEDIA_RULE 
MEDIA_RULE: 4
ReadonlyNAMESPACE_RULE 
NAMESPACE_RULE: 10
ReadonlyPAGE_RULE 
PAGE_RULE: 6
ReadonlyparentRule 
ReadonlyparentStyleSheet  
ReadonlySTYLE_RULE 
STYLE_RULE: 1
ReadonlystyleSheet 
ReadonlySUPPORTS_RULE 
SUPPORTS_RULE: 12
ReadonlysupportsText 
supportsText: string
Readonlytype
type: number
MDN Reference