module:model/ContainerStyles

module:model/ContainerStyles

new module:model/ContainerStyles()

Source:

Constructs a new ContainerStyles.
Control the overall clickwrap container and inherited styles such as font.

Members

(inner) backgroundColor :String

Source:

This will be restricted to values not equal to: 'transparent', 'none'

Type:
  • String

(inner) borderColor :String

Source:

Adjust the border color of the clickwrap surrouding container.

Type:
  • String

(inner) borderRadius :String

Source:

Adjust the border radius of the clickwrap surrouding container.

Type:
  • String

(inner) borderStyle :String

Source:

Adjust the border style of the clickwrap surrouding container.

Type:
  • String

(inner) borderWidth :String

Source:

Adjust the border width of the clickwrap surrouding container.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ContainerStyles}

Source:

Constructs a ContainerStyles from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/ContainerStyles

Optional instance to populate.

Returns:

The populated ContainerStyles instance.

Type
module:model/ContainerStyles