export interface I_KeyPressObject { altKey: boolean ctrlKey: boolean shiftKey: boolean keyCode: number editable?: boolean id?: string tooltip?: string note? :string }