hosanna-ui-docs - v0.9.0
    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