Website JS front end modules
    Preparing search index...
    Index

    Events

    InheritanceChange: "cc-column-inheritance-change"

    Is fired after Column inherited status has changed.
    Context will be the ColumnConfiguration

    CustomeEvent.detail: {
           id: this.id,
           oldSize: oldSize,
           newSize: columnSize,
           screenSize: screenSize
      }
      
    Resize: "cc-column-resize"

    Is fired after Column size has changed.
    Context will be the ColumnConfiguration

    CustomeEvent.detail: {
           id: this.id,
           oldSize: oldSize,
           newSize: columnSize,
           screenSize: screenSize
      }