web-fs API Documentation - v1.0.0
    Preparing search index...

    Interface WebFsEntryListOptions

    エントリーリストを取得する際のオプションです。

    interface WebFsEntryListOptions {
        file?: boolean;
        dir?: boolean;
        depth?: number;
    }
    Index

    Properties

    Properties

    file?: boolean

    要素にファイルハンドルを含めるかを指定します。デフォルトはtrueです。

    dir?: boolean

    要素にディレクトリハンドルを含めるかを指定します。デフォルトはtrueです。

    depth?: number

    再帰する深さを指定します。デフォルトは1です。