Variable HeightRuleConst

HeightRule: {
    ATLEAST: "atLeast";
    AUTO: "auto";
    EXACT: "exact";
} = ...

Type declaration

  • Readonly ATLEAST: "atLeast"

    At least the value specified

  • Readonly AUTO: "auto"

    Height is determined based on the content, so value is ignored.

  • Readonly EXACT: "exact"

    Exactly the value specified

Generated using TypeDoc