This article is for Data Center. Visit Cloud
JavaScript API Classes
Structure Javascript API provides a number of classes to be used as base for your own column type implementations. This should be done using subClass() method.
- Column Class — A subclass of Column class represents column objects of a specific type.
- ColumnConfigurator Class — ColumnConfigurator class encapculates everything related to column type configuration.
- ColumnOption Class — ColumnOption class represents a single column configuration parameter.
- ColumnType Class — ColumnType class represents column type.
- ItemDetailsProvider Class — ItemDetailsProvider class is the extension point for item details.