Class: SimpleGroup

SimpleGroup()

new SimpleGroup()

Interfaces for VisualGroup. Any new VisualGroup has to implement this class.
Source:

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.
Source:

data(dataModel)

This method is used to set or get the DataModel instance.
Parameters:
Name Type Description
dataModel DataModel | undefined Instance of datamodel.
Source:

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.
Source:

serialize()

This method is used to return a serialized representation of the instance's properties.
Source: