Home
last modified time | relevance | path

Searched refs:rightIcon (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/frontend/widgets/
Dmenu.ts27 rightIcon?: string; property
58 const {rightIcon = 'chevron_right', closePopupOnClick = false, ...rest} = constant
66 rightIcon: rightIcon ?? 'chevron_right',
81 rightIcon, constant
97 rightIcon && m(Icon, {className: 'pf-right-icon', icon: rightIcon}),
Dbutton.ts38 rightIcon?: string; property
71 rightIcon, constant
94 rightIcon && m(Icon, {className: 'pf-right-icon', icon: rightIcon}),
/external/perfetto/ui/src/frontend/
Dwidgets_page.ts266 renderWidget: ({label, icon, rightIcon, ...rest}) => m(Button, {
268 rightIcon: rightIcon ? 'arrow_forward' : undefined,
275 rightIcon: false,
620 m(Button, {label: 'Submit', rightIcon: 'chevron_right'}),