LongTextFormatterConfigType: {
    title?: string;
    type: string;
}

The configuration object for the LongText formatter. LongText formatter shows a modal with the full text when the user clicks on the button in the cell.

Type declaration

  • Optionaltitle?: string

    The title of the modal window. If not set, the title is 'Long text'.

  • type: string

    The type of the formatter. In this case, it should be 'LongText'.