Skip to content

Commit

Permalink
update comment on action
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Mar 30, 2020
1 parent 797a29c commit 2dc6242
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ interface UserChangedSelectedEvent {
interface AppRequestedResolverData {
readonly type: 'appRequestedResolverData';
}

/**
* When the user switches the active descendent of the Resolver.
*/
interface UserFocusedOnResolverNode {
readonly type: 'userFocusedOnResolverNode';
readonly payload: {
/**
* Used to identify the process node that should be brought into view.
* Used to identify the process node that the user focused on (in the DOM)
*/
readonly nodeId: string;
};
Expand Down

0 comments on commit 2dc6242

Please sign in to comment.