Perseus
    Preparing search index...
    type HandleState = {
        animateIntoPosition?: boolean;
        visible: boolean;
        x?: number;
        y?: number;
    }
    Index

    Properties

    animateIntoPosition?: boolean
    visible: boolean
    x?: number
    y?: number