pure
    Preparing search index...

    Type Alias FsFileOpenOptions

    type FsFileOpenOptions = {
        disallowWildcard?: boolean;
        id?: string;
        types?: FsFileOpenType[];
    }
    Index

    Properties

    disallowWildcard?: boolean

    If the "." file type should be hidden in the picker.

    In unsupported implementations, this will be ignored, and the "." file type will always be visible.

    By default, this is false

    id?: string

    ID for the file open operation

    Supported implementation can use this to open the picker in the same directory for the same ID

    types?: FsFileOpenType[]

    List of file types to accept