Axinom Mosaic Libraries
    Preparing search index...

    Interface LocalizeEntityFinishedEvent

    Localize entity finished event schema.

    interface LocalizeEntityFinishedEvent {
        entity_id: string;
        entity_type: string;
        processed_language_tags: string[];
        service_id: string;
        skipped_language_tags: string[];
    }
    Index

    Properties

    entity_id: string

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

    entity_type: string

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

    processed_language_tags: string[]

    An array of language tags that were used for localization.

    service_id: string

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

    skipped_language_tags: string[]

    An array of language tags that were skipped. This might include tags for the default or not configured locales.