> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/variables/variable/variable.canonical_name.md).

# Variable.canonical\_name

`property canonical_name: str`

## Query Example

```python
from glider import *

def query():

  state_variables = (
    StateVariables()
    .exec(5)
  )

  print(state_variables[0].canonical_name)

  return state_variables
```

## Example Output

<figure><img src="/files/EkrPsfe6pJbwQOjaXCLb" alt=""><figcaption></figcaption></figure>
