(args:any, callback:(args:FindRootDrawerArgs) => void)
| 3098 | } |
| 3099 | |
| 3100 | findRootDrawer(args:any, callback:(args:FindRootDrawerArgs) => void) { |
| 3101 | this.send("findRootDrawers", args || {}, callback); |
| 3102 | } |
| 3103 | |
| 3104 | unpackRootDrawer(callback:(args:RootDrawerRecord[]) => void) { |
| 3105 | return (message:FindRootDrawerArgs) => { |