Class: Item

UI.Components. Item


<abstract> new Item( [properties])

An abstract class for creating WebViewer Modular UI items.
Parameters:
Name Type Argument Description
properties UI.Components.ItemProperties <optional>
An object that contains the properties of the item.

Methods


setStyle(style)

Sets the style of the Item (padding, border, background, etc.)
Parameters:
Name Type Description
style Object An object that can change the CSS style of the Item component.