TableImageCellOptions🔗Json view cell optionsDefinition🔗export interface TableImageCellOptions { type: common.TableCellDisplayMode.Image; alt?: string; title?: string; }