Searched refs:updateActions (Results 1 – 4 of 4) sorted by relevance
27 import { updateActions, callTasks } from './api/index';227 public updateActions(): any { method in Page228 return updateActions(this);
37 import { updateActions } from '../api/misc';70 updateActions(page);
104 updateActions(page);144 export function updateActions(page: Page): void { function
41 updateActions,