Home
last modified time | relevance | path

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

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