Skip to content

VizOrientation🔗

TODO docs

Definition🔗

type VizOrientation string
const (
    VizOrientationAuto VizOrientation = "auto"
    VizOrientationVertical VizOrientation = "vertical"
    VizOrientationHorizontal VizOrientation = "horizontal"
)