module:model/BaseAgreeButtonStyles

module:model/BaseAgreeButtonStyles

new module:model/BaseAgreeButtonStyles()

Source:

Constructs a new BaseAgreeButtonStyles.

Members

(inner) backgroundColor :String

Source:

Control the background color of the element.

Type:
  • String

(inner) border :String

Source:

Control the border of the element.

Type:
  • String

(inner) borderColor :String

Source:

Control the border color of the element.

Type:
  • String

(inner) borderRadius :String

Source:

Control the border radius of the element.

Type:
  • String

(inner) borderStyle :String

Source:

Control the border style of the element.

Type:
  • String

(inner) borderWidth :String

Source:

Control the border width of the element.

Type:
  • String

(inner) boxShadow :String

Source:

Control the display of the box shadow of the agree button.

Type:
  • String

(inner) color :String

Source:

Control the fore-ground color of the element.

Type:
  • String

(inner) fontFamily :String

Source:

Control the font family of the text.

Type:
  • String

(inner) fontSize :String

Source:

Control the font size of the text.

Type:
  • String

(inner) fontStyle :String

Source:

Control the font style of the text.

Type:
  • String

(inner) fontWeight :Object

Source:

Control the font weight of the text.

Type:
  • Object

(inner) height :String

Source:

Control the height of the agree button.

Type:
  • String

(inner) margin :String

Source:

Control the margin of the element.

Type:
  • String

(inner) opacity :String

Source:

Control the opacity of the element

Type:
  • String

(inner) outline :String

Source:

Control the outline of the element

Type:
  • String

(inner) outlineOffset :String

Source:

Conrol the outline offset of the element

Type:
  • String

(inner) padding :String

Source:

Control the padding of the element.

Type:
  • String

(inner) width :String

Source:

Control the width of the agree button.

Type:
  • String

Methods

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

Source:

Constructs a BaseAgreeButtonStyles 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/BaseAgreeButtonStyles

Optional instance to populate.

Returns:

The populated BaseAgreeButtonStyles instance.

Type
module:model/BaseAgreeButtonStyles