Documentation
    Preparing search index...

    Interface PrefetchOptions

    Options for prefetching images with transformations and request options

    interface PrefetchOptions {
        blurDownSampling?: number;
        blurRadius?: number;
        decodeHeight?: number;
        decodeWidth?: number;
        headers?: Record<string, string>;
        imageRotation?: number;
        roundAsCircle?: boolean;
        roundBottomLeftRadius?: number;
        roundBottomRightRadius?: number;
        roundTopLeftRadius?: number;
        roundTopRightRadius?: number;
        tintColor?: Color;
    }
    Index

    Properties

    blurDownSampling?: number

    Blur downsampling factor (Android only)

    blurRadius?: number

    Blur radius

    decodeHeight?: number

    Decode height for downsampling

    decodeWidth?: number

    Decode width for downsampling

    headers?: Record<string, string>

    Custom headers for the request

    imageRotation?: number

    image rotation, iOS only

    roundAsCircle?: boolean

    Round image as circle

    roundBottomLeftRadius?: number

    Round corner radius for bottom left

    roundBottomRightRadius?: number

    Round corner radius for bottom right

    roundTopLeftRadius?: number

    Round corner radius for top left

    roundTopRightRadius?: number

    Round corner radius for top right

    tintColor?: Color

    Tint color