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

    Interface WebFsFilePickType

    ファイルの種類を定義するオブジェクトです。

    interface WebFsFilePickType {
        description?: string;
        accept: `.${string}`[];
    }
    Index

    Properties

    Properties

    description?: string

    ファイルの種類の、ユーザー向けの説明です。

    accept: `.${string}`[]

    許可するMIMEタイプと拡張子のリストです。