Skip to content

Commit

Permalink
refactor(atom): include path in IView
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 1, 2018
1 parent 0206f33 commit 341255c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/atom/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export interface IView<T> extends
IID<string>,
IRelease {

readonly path: PropertyKey[];

view(): T;
changed(): boolean;
};
Expand Down

0 comments on commit 341255c

Please sign in to comment.