This question is locked. New answers and comments are not allowed.
yamazaki:~/midtown/node_modules/nativescript-telerik-ui-pro$ ag toggleDrawer
sidedrawer/index.d.ts
68: public toggleDrawerOpenState(): void;
sidedrawer/sidedrawer-common.js
160: RadSideDrawer.prototype.toggleDrawerState = function () {
the definition file defines `toggleDrawerOpenState`, while the function name in js is `toggleDrawerState`