crop-image
    Preparing search index...
    interface UseCropReturn {
        onChange: (detail: CropChangeDetail) => void;
        onCommit: (detail: CropChangeDetail) => void;
        params: Record<string, string>;
        querystring: string;
        reset: () => void;
        selection: CropSelection;
        setSelection: (sel: CropSelection) => void;
    }
    Index

    Properties

    onChange: (detail: CropChangeDetail) => void
    onCommit: (detail: CropChangeDetail) => void
    params: Record<string, string>

    The last committed RIAPI params.

    querystring: string

    The last committed RIAPI querystring.

    reset: () => void
    selection: CropSelection
    setSelection: (sel: CropSelection) => void