Skip to content

Commit 55f3a7c

Browse files
authored
Merge pull request #32 from docsforadobe/users/bbb/bind
Document app.bind()
2 parents 49f2583 + 9c3d076 commit 55f3a7c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/application/application.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,24 @@ app.getAppPrefPath;
8989

9090
---
9191

92+
### app.bind
93+
94+
`app.bind`
95+
96+
#### Description
97+
98+
Registers the specified function to get called, when a given event is sent.
99+
100+
#### Type
101+
102+
Boolean; returns ```true``` if successful.
103+
104+
```js
105+
var success = app.bind("onActiveSequenceStructureChanged", myActiveSequenceStructureChangedFxn);
106+
```
107+
108+
---
109+
92110
### app.getAppSystemPrefPath
93111

94112
`app.getAppSystemPrefPath`

0 commit comments

Comments
 (0)