Skip to content

Commit 0417252

Browse files
committed
Add frame to Plugin API
1 parent e820322 commit 0417252

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/controller.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ fc.pluginApi = {
383383
// access to the Swagger rest client
384384
getRest: function() {
385385
return rest.client;
386+
},
387+
// access to the frame model reference
388+
getFrame: function() {
389+
return frame;
386390
}
387391
};
388392

0 commit comments

Comments
 (0)