Properties of data table property item menu entry

interface IDataTablePropertyItemEntry {
    image?: ImageResourceData;
    text?: LocalizedString;
}

Properties

Properties