Skip to main content
All docs
V25.1
  • LayoutDimensionMode Type

    Lists values that specify how a dashboard surface‘s height or width is calculated.

    Declaration

    export type LayoutDimensionMode = "Auto" | "Fixed"

    Members

    Name Description
    "Auto"

    The height or width of a dashboard surface fits to content.

    "Fixed"

    The height or width of a dashboard surface is set in pixels according to the LayoutDimensionOptions.value property.