new SimpleGroup()
Interfaces for VisualGroup. Any new VisualGroup has to implement this class.
Methods
config(configObj)
This method is used to set or get the group specific configuration
properties
Parameters:
Name | Type | Description |
---|---|---|
configObj |
Object | undefined | The input configuration. or instance of visual group. |
data(dataModel)
This method is used to set or get the DataModel instance.
Parameters:
Name | Type | Description |
---|---|---|
dataModel |
DataModel | undefined | Instance of datamodel. |
measurement(mObj)
This method is used to get or set the measurement object which houses
layout properties like width and height.
Parameters:
Name | Type | Description |
---|---|---|
mObj |
Object | undefined | The measurement properties. |
serialize()
This method is used to return a serialized representation of the
instance's properties.