Member Junction
    Preparing search index...

    Configuration options for opening the credential dialog

    interface CredentialDialogOptions {
        credential?: MJCredentialEntity | null;
        preselectedCategoryId?: string;
        preselectedTypeId?: string;
        title?: string;
        width?: number;
    }
    Index

    Properties

    credential?: MJCredentialEntity | null

    The credential to edit, or null for creating a new credential

    preselectedCategoryId?: string

    Pre-selected category ID for new credentials

    preselectedTypeId?: string

    Pre-selected credential type ID for new credentials

    title?: string

    Dialog title override

    width?: number

    Dialog width in pixels