Pilates
    Preparing search index...

    Interface LayoutDevtoolsProps

    Props for <LayoutDevtools>.

    interface LayoutDevtoolsProps {
        hideSparkline?: boolean;
        placement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    }
    Index

    Properties

    hideSparkline?: boolean

    Hide the recent-cost sparkline row. Default false.

    placement?: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Corner the overlay anchors to. Default 'top-right'.