Interface DirectionOptions

interface DirectionOptions {
    horizontal?: boolean;
    vertical?: boolean;
}

Properties

horizontal?: boolean
vertical?: boolean