Interface JTableAttribute

interface JTableAttribute {
    id: string;
    indexed: boolean;
    label: string;
    name: string;
    title: string;
    type: JTABLE_ATTRIBUTE_TYPES;
}

Properties

id: string
indexed: boolean
label: string
name: string
title: string