@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface SaveFileOptions<M>

    interface SaveFileOptions<M = unknown> {
        ariaLabel?: string;
        datasource: FileBrowserDatasource<M>;
        defaultName?: string;
        saveLabel?: string;
        title?: string;
    }

    Type Parameters

    • M = unknown
    Index

    Properties

    ariaLabel?: string

    Accessible label for the dialog element.

    Datasource powering the file browser.

    defaultName?: string

    Pre-filled file name.

    saveLabel?: string

    Label for the save button. Defaults to "Save".

    title?: string

    Dialog title. Defaults to "Save File".