new Indicator(property)
A class which provides Indicator UI component. This component has intended to have fixed size according to resolution. If you change the size of this component, do not assure the appearance.
Parameters:
Name | Type | Description |
---|---|---|
property |
Object | An object which initializes this component. Refer to the details in caph.ui.base.component.Indicator constructor. |
- Since:
-
- 2.0.0
Example
var indicator = new caph.stripe.ui.component.Indicator({ 'type': 'small', 'direction': 'left' });
Extends
- caph.ui.base.component.Indicator