Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileResourceOptions

Hierarchy

  • FileResourceOptions

Index

Properties

shouldOpenAsText

shouldOpenAsText: (error: string) => Promise<boolean>

Type declaration

    • (error: string): Promise<boolean>
    • Parameters

      • error: string

      Returns Promise<boolean>

shouldOverwrite

shouldOverwrite: () => Promise<boolean>

Type declaration

    • (): Promise<boolean>
    • Returns Promise<boolean>