crop-image
    Preparing search index...
    interface CropImageEvents {
        "crop-change": CustomEvent<
            {
                riapi: { params: Record<string, string>; querystring: string };
                selection: CropSelection;
            },
        >;
        "crop-commit": CustomEvent<
            {
                riapi: { params: Record<string, string>; querystring: string };
                selection: CropSelection;
            },
        >;
    }
    Index

    Properties

    "crop-change": CustomEvent<
        {
            riapi: { params: Record<string, string>; querystring: string };
            selection: CropSelection;
        },
    >
    "crop-commit": CustomEvent<
        {
            riapi: { params: Record<string, string>; querystring: string };
            selection: CropSelection;
        },
    >