Skip to main content

ImportFileInfo

tw5-typed


tw5-typed / hooks / ImportFileInfo

Interface: ImportFileInfo

Defined in: src/hooks.d.ts:4

Properties

callback()

callback: (tiddlerFieldsArray) => void

Defined in: src/hooks.d.ts:5

Parameters

tiddlerFieldsArray

unknown[]

Returns

void


file

file: object

Defined in: src/hooks.d.ts:6

lastModified?

optional lastModified: number

lastModifiedDate?

optional lastModifiedDate: Date

name

name: string

path?

optional path: string

size

size: number

type

type: string

webkitRelativePath?

optional webkitRelativePath: string


isBinary

isBinary: boolean

Defined in: src/hooks.d.ts:7


type

type: string

Defined in: src/hooks.d.ts:8