PolymerComponent

Wisej.Web.Ext.Polymer.PolymerComponent

Namespace: Wisej.Web.Ext.Polymer

Assembly: Wisej.Web.Ext.Polymer (3.2.0.0)

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

Initializes a new instance of the PolymerComponent class.

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

NameTypeDescription

container

A IContainer that represents the container for the component.

Properties

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

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

Last updated