Axinom Mosaic Libraries
    Preparing search index...

    Interface LocalizeEntityCommand

    Localize entity command schema.

    interface LocalizeEntityCommand {
        entity_id: string;
        entity_type: string;
        localizations: EntityLocalization[];
        service_id: 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.

    localizations: EntityLocalization[]

    An array of localizations for multiple locales.

    service_id: string

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