# Slot: variable_of_interest  <span style="color: red;"><strong> (DEPRECATED) </strong></span> 

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



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





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [StateVariable](../classes/StateVariable.qmd) |  |  no  |
| [FieldStateVariable](../classes/FieldStateVariable.qmd) |  |  no  |






## Properties

### Type and Range

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

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| If Absent | `True` |
| Owner | [StateVariable](../classes/StateVariable.qmd) |












## Identifier and Mapping Information





### Schema Source


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




## Mappings

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




## LinkML Source

<details>
```yaml
name: variable_of_interest
deprecated: Use 'record' instead. A state variable is recorded in the output when
  record=true (the default); set record=false to suppress it. 'variable_of_interest'
  is retained for backward compatibility and is ignored by the TVB/jax/rateml codegen.
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: 'True'
owner: StateVariable
domain_of:
- StateVariable
range: boolean

```
</details></div>