Module: smartcomponent/PageComponentMetadata

This is a module for all static SmartComponent informations, that will be received by a SmartComponent instance as the metadata parameter..

Members

<inner> page :Object

This object provides meta data for the page.

Type:
  • Object
See:

<inner> parameters :Object

This object provides methods access to the parameters of a SmartComponent, defined in the metadata.js.

Type:
  • Object
See:

<inner> stage :Object

This object provides meta data for the stage.

Type:
  • Object
See:

Methods

<inner> getClassName() → {string}

Gets the component class name.

Returns:

namespace

Type
string

<inner> getHeight() → {number}

Gets the height, determined by the author.

Returns:

height

Type
number

<inner> getId() → {string}

Gets the id of the html shell element.

Returns:

id

Type
string

<inner> getNamespace() → {string}

Gets the mamespace of the instance.

Returns:

namespace

Type
string

<inner> getWidth() → {number}

Gets the width, determined by the author.

Returns:

width

Type
number