Hosanna UI API v1.30.2-next
    Preparing search index...

    Event object for image load status changes in ImageView.

    interface ImageEvent {
        preventDefault?: boolean;
        status: SGImageLoadStatus;
        type: string;
        view: ImageView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean

    The current load status of the image.

    type: string
    view: ImageView