mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 04:21:12 +00:00
735 B
735 B
sidebar_label
| sidebar_label |
|---|
| Reference |
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 (@views/id)
- pluto defaults, depending on the platform (@views/pluto.name)
- third party extensions (@views/my-extension.id) (
my-extensionregistered in .stateofus.eth)
:type
:view :event :query :i18n :style :extension :hook
View
Style
Can only be resolved in properties block for the :style attribute.
{:type :view :positions #{:style-value}}
i18n
Used as a string. Valid positions: Views/child or property value.
{:type :view
:positions #{:child :property-value}}