@wailsio/runtime
    Preparing search index...

    Interface FileFilter

    interface FileFilter {
        DisplayName?: string;
        Pattern?: string;
    }
    Index

    Properties

    DisplayName?: string

    Display name for the filter, it could be "Text Files", "Images" etc.

    Pattern?: string

    Pattern to match for the filter, e.g. ".txt;.md" for text markdown files.