Skip to content

TableImageCellOptions🔗

Json view cell options

Definition🔗

export interface TableImageCellOptions {
    type: "image";
    alt?: string;
    title?: string;
}

Methods🔗

No methods.