@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbImageCropperEditorModalData<ItemType>

    interface UmbImageCropperEditorModalData<ItemType> {
        cropOptions: UmbCropModel[];
        hideFocalPoint: boolean;
        key: string;
        pickableFilter?: (item: ItemType) => boolean;
        unique: string;
    }

    Type Parameters

    • ItemType
    Index

    Properties

    cropOptions: UmbCropModel[]
    hideFocalPoint: boolean
    key: string
    pickableFilter?: (item: ItemType) => boolean
    unique: string