@nextcloud/dialogs
    Preparing search index...

    Interface PublicAuthPromptProps

    interface PublicAuthPromptProps {
        cancellable?: boolean;
        nickname?: string;
        notice?: string;
        submitLabel?: string;
        text?: string;
        title?: string;
    }
    Index

    Properties

    cancellable?: boolean

    Whether the dialog is cancellable

    nickname?: string

    Preselected nickname. No name preselected by default.

    notice?: string

    Dialog notice

    submitLabel?: string

    Dialog submit button label

    text?: string

    Dialog text under the dialog title. e.g 'Enter your name to access the file'. Not shown by default.

    title?: string

    Dialog title