Skip to content

Commit

Permalink
feat(app-bridge): Fixing interface
Browse files Browse the repository at this point in the history
* feat(appBridge): adding ability to open a fast-add page as well as an add page

* feat(appBridge): allowing ability to send passthrough parameter to open window commands
  • Loading branch information
johnsully83 authored and jgodi committed Jun 29, 2017
1 parent 673edcb commit d97e241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/app-bridge/AppBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface IAppBridgeOpenEvent {
entityType: string;
entityId?: string;
data?: any;
passthrough?: string;
}

const HTTP_VERBS = {
Expand Down

0 comments on commit d97e241

Please sign in to comment.