Skip to content

6i. Cell: Link

i_82 edited this page Mar 26, 2018 · 3 revisions

Link cell is a plain cell with disclosure indicator. It navigates user to a child XUI controller.

Key Type Description Flags Default
url String path to child XUI Required -

Example

{
    "url": "sub/xui-sub.xui",
    "cell": "Link",
    "label": "Load another pane"
}

Clone this wiki locally