Interface IRichData

A complex object type. This allows for more complex data types to be stored in a cell.

interface IRichData {
    type: string;
    fromJSON(): any;
    toJSON(): any;
}

Properties

Methods

Properties

type: string

Methods

  • Returns any

  • Returns any