mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Export table schema (#459)
* add endpoint * Add table-schema transformation data
This commit is contained in:
11
app/common/WidgetOptions.ts
Normal file
11
app/common/WidgetOptions.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import {NumberFormatOptions} from 'app/common/NumberFormat';
|
||||
|
||||
export interface WidgetOptions extends NumberFormatOptions {
|
||||
textColor?: 'string';
|
||||
fillColor?: 'string';
|
||||
alignment?: 'left' | 'center' | 'right';
|
||||
dateFormat?: string;
|
||||
timeFormat?: string;
|
||||
widget?: 'HyperLink';
|
||||
choices?: Array<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user