Glue: {
    fixed: Dim;
    position: {
        end: Position;
        start: Position;
    };
    shrinkable: Dim | null;
    stretchable: Dim | null;
    type: "glue";
}

Type declaration

  • fixed: Dim
  • position: {
        end: Position;
        start: Position;
    }
    • end: Position
    • start: Position
  • shrinkable: Dim | null
  • stretchable: Dim | null
  • type: "glue"

Generated using TypeDoc