export type GridOptions = { id?: string; show?: boolean; left?: number; top?: number; right?: number; bottom?: number; containLabel?: boolean; };