II.
Topic JSON
Structured · livetopic:pull-to-refresh
Pull to Refresh json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:pull-to-refresh",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pull to Refresh",
"description": "Pull to Refresh as a cross-cutting topic - gesture-driven refresh that\nreloads content when users pull beyond the top of a surface.\n"
},
"outgoingEdges": [
{
"from": "topic:pull-to-refresh",
"to": "domain:mobile",
"kind": "applies_to"
},
{
"from": "topic:pull-to-refresh",
"to": "domain:web-development",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:mobile",
"to": "topic:pull-to-refresh",
"kind": "contains"
},
{
"from": "domain:web-development",
"to": "topic:pull-to-refresh",
"kind": "contains"
}
]
}