LWT JavaScript API
    Preparing search index...

    Config the scaffold ships for the editor.

    interface LanguageEditorConfig {
        isNew: boolean;
        languageId: number | null;
    }
    Index
    isNew: boolean
    languageId: number | null