Strata - v1.4.10
    Preparing search index...

    Interface StateDebuggerProps

    interface StateDebuggerProps {
        collapsed?: boolean;
        position?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    }
    Index

    Properties

    collapsed?: boolean
    position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"