Enum: LabelLocationEnum¶
Horizontal alignment of contact labels
URI: debrief:enum/LabelLocationEnum
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| LEFT | None | Left-aligned text |
| CENTER | None | Center-aligned text |
| RIGHT | None | Right-aligned text |
Slots¶
| Name | Description |
|---|---|
| label_location | Label horizontal alignment |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
LinkML Source¶
name: LabelLocationEnum
description: Horizontal alignment of contact labels
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
LEFT:
text: LEFT
description: Left-aligned text
CENTER:
text: CENTER
description: Center-aligned text
RIGHT:
text: RIGHT
description: Right-aligned text