Skip to content

TableImageCellOptions🔗

Json view cell options

Definition🔗

export interface TableImageCellOptions {
    type: common.TableCellDisplayMode.Image;
    alt?: string;
    title?: string;
}