LWT JavaScript API
    Preparing search index...

    Wizard modal component data interface.

    interface WizardModalComponentData {
        error: string | null;
        formStore: LanguageFormStoreState;
        isValid: boolean;
        l1: string;
        l2: string;
        sortedLanguages: string[];
        store: LanguageStoreState;
        apply(): void;
        close(): void;
        handleL1Change(): void;
        init(): void;
        open(): void;
    }
    Index

    Properties

    error: string | null
    isValid: boolean
    l1: string
    l2: string
    sortedLanguages: string[]

    Methods