MobX RESTful table - v2.7.2
    Preparing search index...

    Class FileModelAbstract

    Hierarchy

    • BaseModel
      • FileModel
    Index
    files: string[]
    • Override this method for Network calling, then call super.delete(fileURL) to update this.files array.

      Parameters

      • file: string

      Returns Promise<void>

    • Parameters

      • sourceIndex: number
      • targetIndex: number

      Returns void

    • Override this method for Network calling, then call super.upload(fileURL) to update this.files array.

      Parameters

      • file: string | Blob

      Returns Promise<string>