Interface ScrollOrientation

interface ScrollOrientation {
    horizontal: boolean;
    vertical: boolean;
}

Properties

Properties

horizontal: boolean
vertical: boolean