ImportFileInfo
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?
optionallastModified:number
lastModifiedDate?
optionallastModifiedDate:Date
name
name:
string
path?
optionalpath:string
size
size:
number
type
type:
string
webkitRelativePath?
optionalwebkitRelativePath:string
isBinary
isBinary:
boolean
Defined in: src/hooks.d.ts:7
type
type:
string
Defined in: src/hooks.d.ts:8