# Slot: text 


_The label. With `used:` it is a Python format string applied to the referenced value, e.g. 'r = {:.2f}'._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/text](https://w3id.org/tvbo/slot/text)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Annotation](../classes/Annotation.qmd) | A positioned text label on a panel, in axes-fraction coordinates |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [Annotation](../classes/Annotation.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
| Required | Yes |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Annotation](../classes/Annotation.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo/figure




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:text |
| native | tvbo:text |




## LinkML Source

<details>
```yaml
name: text
description: The label. With `used:` it is a Python format string applied to the referenced
  value, e.g. 'r = {:.2f}'.
from_schema: https://w3id.org/tvbo/figure
rank: 1000
owner: Annotation
domain_of:
- Annotation
range: string
required: true

```
</details></div>