Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

Abstract created

created: Date

Abstract extra

extra: Object

Abstract icon

icon: string | null

Abstract id

id: string

Abstract lastModified

lastModified: Date

Abstract mimeType

mimeType: string

Abstract name

name: string

Abstract size

size: number

Abstract url

url: string | null

Accessors

directory

directory:

Methods

addOnChangeListener

  • addOnChangeListener(listener: function): void
  • Parameters

    • listener: function
        • (file: File): void
        • Parameters

          Returns void

    Returns void

copy

  • copy(targetDirectory: Directory): Promise<void>

Abstract delete

  • delete(): Promise<void>

dispatchChangeEvent

  • dispatchChangeEvent(): void

move

  • move(targetDirectory: Directory): Promise<void>

Abstract read

  • read(): Promise<ArrayBuffer>

readJSON

  • readJSON(): Promise<any>

readText

  • readText(): Promise<string>

removeOnChangeListener

  • removeOnChangeListener(listener: function): void
  • Parameters

    • listener: function
        • (file: File): void
        • Parameters

          Returns void

    Returns void

Abstract rename

  • rename(newName: string): Promise<void>

toString

  • toString(): string

Abstract write

  • write(data: ArrayBuffer): Promise<ArrayBuffer>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc