Axinom Mosaic Libraries
    Preparing search index...

    Interface DeleteImageFinishedEvent

    Delete image finished event schema.

    interface DeleteImageFinishedEvent {
        filename: string;
        image_id: string;
        image_type_key: string;
        original_source_location?: string;
        source_file_name: string;
        title: string;
    }
    Index

    Properties

    filename: string

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

    image_id: string

    A UUID.

    image_type_key: string

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

    original_source_location?: string

    Original source location of the deleted image. Not set if image was uploaded via UI or GraphQL API.

    source_file_name: string

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

    title: string

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