com.vaadin.flow.server.frontend.

Class FallbackChunk.CssImportData

    • Constructor Detail

      • CssImportData

        public CssImportData(String value,
                             String id,
                             String include,
                             String themeFor)

        Creates a new instance using provided values for css data.

        Parameters:

        value - location of the file with the CSS content, not null

        id - the 'id' of the new 'dom-module' created, may be null

        include - the 'id' of a module to include in the generated 'custom-style', may be null

        themeFor - the tag name of the themable element that the generated 'dom-module' will target, may be null

        See Also:

        CssImport