Sanity Library Reference Docs
    Preparing search index...

    Interface ArrayInputMoveItemEventBeta

    interface ArrayInputMoveItemEvent {
        fromIndex: number;
        toIndex: number;
    }
    Index

    Properties

    Properties

    fromIndex: number
    toIndex: number