public static class FallbackChunk.CssImportData extends Object implements Serializable
CssImport,
Serialized Form| Constructor and Description |
|---|
CssImportData(String value,
String id,
String include,
String themeFor)
Creates a new instance using provided values for css data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getInclude() |
String |
getThemeFor() |
String |
getValue() |
int |
hashCode() |
public CssImportData(String value, String id, String include, String themeFor)
value - location of the file with the CSS content, not
nullid - the 'id' of the new 'dom-module' created, may be
nullinclude - the 'id' of a module to include in the generated
'custom-style', may be nullthemeFor - the tag name of the themable element that the generated
'dom-module' will target, may be nullCssImportCopyright © 2023. All rights reserved.