Skip to content
Droidscript
Share
Explore
Droidscript v2

icon picker
2. Drawer

Learn how to use a Drawer in Droidscript.

Video

Loading…

Code

function OnStart(){

// create a layout
var layout = app.CreateLayout(type, options);
//add the drawer to app
app.AddDrawer(layout, side, width);
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.