On this page:
Size  Integer
Size
Position  Integer
Position
Spacing  Integer
Margin
Alignment
Stretch
Label  String
8.12

9 Annotations🔗ℹ

annotation

SizeInteger

Equivalent to Int.in(0, 1000000).

annotation

Size

Satisfied by a list containing two maybe(SizeInteger)s.

annotation

PositionInteger

Equivalent to Int.in(-1000000, 1000000).

annotation

Position

Satisfied by #'center or a list containing two PositionIntegers.

annotation

SpacingInteger

Equivalent to Int.in(0, 1000).

annotation

Margin

Satisfied by a list containing two SpacingIntegers.

annotation

Alignment

Satisfied by a list containing two symbols: #'left, #'center, or #'right, and #'top, #'center, or #'bottom.

annotation

Stretch

Satisfied by a list containing two Booleans.

annotation

LabelString

Satisfied by a string whose length is less than 200 characters.