Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. new PropertyDescriptor<number>('event','Hook to event',0).setOptions(EVENTS_OPTIONS),
  2. new PropertyDescriptor<number>('type','Do',0).setOptions([
  3. { readableName: "Call and Return", value: 0 },
  4. { readableName: "Call and Forget", value: 1 },
  5. { readableName: "Ignore", value: 2 },
  6. { readableName: "Activate", value: 3 },
  7. { readableName: "Self Dismiss", value: 4 }
  8. ]),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement