Skip to main content

PolymerComponent

Namespace: Wisej.Web.Ext.Polymer

Assembly: Wisej.Web.Ext.Polymer

Represents a polymer (https://elements.polymer-project.org/) non-visual component. Used to import polymer libraries, such as iron-icons sets and others.

public class PolymerComponent : Component, IComponent

Constructors

Instance memberPolymerComponent()

Initializes a new instance of the PolymerComponent class.

Instance memberPolymerComponent(container)

Initializes a new instance of the PolymerComponent class together with the specified container.

NameTypeDescription
containerIContainerA IContainer that represents the container for the component.

Properties

Instance memberImports

String[]: Returns or sets the list of polymer libraries to import. (Default: null)

Static memberPolymerBaseUrl

String: Returns or sets the base url for the polymer files.