Home
last modified time | relevance | path

Searched defs:onContentUnmount (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/widgets/
Dportal.ts40 onContentUnmount?: (portalElement: HTMLElement) => void; property
90 const {onContentUnmount = () => {}} = attrs; constant