Remapping: Popover tabs initialization accordance with the key action
This commit is contained in:
7
src/components/popover/tab/tab.ts
Normal file
7
src/components/popover/tab/tab.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {KeyAction} from '../../../../config-serializer/config-items/KeyAction';
|
||||
|
||||
export interface Tab {
|
||||
keyActionValid(): boolean;
|
||||
fromKeyAction(keyAction: KeyAction): boolean;
|
||||
toKeyAction(): KeyAction;
|
||||
}
|
||||
Reference in New Issue
Block a user