Pilates
    Preparing search index...

    Type Alias LayoutProfiler

    LayoutProfiler: (root: Node, trace: LayoutTrace) => void

    A profiler callback invoked after every public calculateLayout (outside differential mode) with the laid-out root and a LayoutTrace describing what the engine did. Register one with setLayoutProfiler.

    Type Declaration