Interface SelectedTableContext

interface SelectedTableContext {
    bodyStyle: (() => GridSurfaceStyle);
    sheetStyle: (() => ISheetStyle);
    table: (() => ITableModel);
}

Properties

bodyStyle: (() => GridSurfaceStyle)

Type declaration

sheetStyle: (() => ISheetStyle)

Type declaration

table: (() => ITableModel)

Type declaration