LWT JavaScript API
    Preparing search index...

    Config the form scaffold ships.

    interface UserFormConfig {
        isEdit: boolean;
        userId: number | null;
    }
    Index
    isEdit: boolean
    userId: number | null