HorizontalLayout
private
Abstract
Base class for horizontal layouts (HorizontalLayoutPack and HorizontalLayoutStack). Should not be used directly, instead specify eventLayout in Scheduler config (stack, pack or none):
let scheduler = new Scheduler({
eventLayout: 'stack'
});
No results