item
Overview
Basic Example
<context-menu>
<item label="Video Tutorials" icon="fa-play" on-press="$:navigate.link('video_tutorials')" />
<item label="FAQ" icon="fa-question-circle" on-press="$:navigate.link('faq')" />
<!-- A `divider` element will automatically be added to separate the above items -->
<!-- from non-customizable app items, e.g. 'Diagnostics' -->
</context-menu>
Standard Attributes
icon
iconlabel
labelon-press
on-presson-pressAdvanced Attributes
from-js
from-jsvalidate
validateshow-if and hide-if
show-ifhide-ifshow-if and hide-ifLast updated