Axinom Mosaic Libraries
    Preparing search index...

    Interface ImageTypesDeclaredEvent

    Image types declared event schema.

    interface ImageTypesDeclaredEvent {
        existing_image_types?: ImageType[];
        new_image_types: ImageType[];
        outdated_image_types?: ImageType[];
        service_id: string;
    }
    Index

    Properties

    existing_image_types?: ImageType[]

    An array of image types that already existed and were still defined as part of the command.

    new_image_types: ImageType[]

    An array of image types that were newly added.

    outdated_image_types?: ImageType[]

    An array of image types that already existed, but were not defined anymore as part of the command.

    service_id: string

    The string has a minimum length of one character and it cannot consist of only whitespace characters.