SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorTableCellData

    Table cell data returned by getTableCellDataByFieldName.

    interface SynapEditorTableCellData {
        id: string;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the cell element.

    text: string

    The text content of the cell.