Update Resource kind reference, update missing component props in tests
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 // import { default as unionize, ofType, UnionOf } from "unionize";
6
7 // const actions = unionize({
8 //     OPEN_CONTEXT_MENU: ofType<{position: {x: number, y: number}}>()
9 // }, {
10 //     tag: 'type',
11 //     value: 'payload'
12 // });
13
14 // export type ContextMenuAction = UnionOf<typeof actions>;
15 // export default actions;