Presentation.platforms
meta-attribute:presentation--platforms
MetaAttributecatalog-meta/meta-registry/meta-registry-surfacing-path.yaml·Open in Graph → {
"id": "meta-attribute:presentation--platforms",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-surfacing-path.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Presentation.platforms",
"name": "platforms",
"parentNodeKindId": "meta-node-kind:presentation",
"type": "list<enum<darwin,linux,win32,web,ios,android>>",
"required": false,
"description": "OS / runtime platforms the presentation ships for."
},
"outgoingEdges": [
{
"from": "meta-attribute:presentation--platforms",
"to": "meta-node-kind:presentation",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:presentation",
"to": "meta-attribute:presentation--platforms",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}