New to Kendo UI for Angular? Start a free 30-day trial
DrawerPosition
Specifies the position of the Drawer (see example).
The possible values are:
- (Default)
start
end
type
DrawerPosition = "start" | "end";