interface HtmlRenderable implements Asset

Interface for assets that can be rendered as HTML elements.

Methods

Html
getImportElement()

Returns HTML tag name and attributes for rendering the asset.

Html
getPreloadElement()

Returns HTML tag name and attributes for preloading the asset.

Details

at line 18
Html getImportElement()

Returns HTML tag name and attributes for rendering the asset.

Return Value

Html

at line 23
Html getPreloadElement()

Returns HTML tag name and attributes for preloading the asset.

Return Value

Html