mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 12:31:08 +00:00
15 lines
461 B
Markdown
15 lines
461 B
Markdown
---
|
|
title: Reference
|
|
sidebar_label: Reference
|
|
---
|
|
|
|
All main concepts are identified via references.
|
|
|
|
References are identified by a symbol preceded by a @. This symbol must be define a namespace that identifies the reference type.
|
|
|
|
Reference can be:
|
|
|
|
* local (e.g. `@views/id`)
|
|
* pluto defaults, depending on the platform (e.g. `@views/pluto.name`)
|
|
* third party extensions (e.g. `@views/my-extension.id` with `my-extension` being registered in .stateofus.eth)
|