Documentation
    Preparing search index...

    Interface FinalEventData

    Instances of this class are provided to the handlers of the finalImageSet.

    interface FinalEventData {
        android?: any;
        imageInfo: ImageInfo;
        ios?: any;
        source?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    android?: any
    imageInfo: ImageInfo

    Contains information about an image.

    ios?: any
    source?: string