Search
Preparing search index...
The search index is not available
@youwol/flux-files
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@youwol/flux-files
lib/implementation/local-drive
LocalFile
Class LocalFile
Hierarchy
File
LocalFile
Index
Constructors
constructor
Properties
content
Type
drive
handle
id
name
parent
Folder
Id
Methods
read
read
AsData
Url
read
AsJson
read
AsText
Constructors
constructor
new
Local
File
(
handle
:
any
, id
:
any
, name
:
any
, folderId
:
any
, drive
:
any
, type
:
any
)
:
LocalFile
Parameters
handle:
any
id:
any
name:
any
folderId:
any
drive:
any
type:
any
Returns
LocalFile
Properties
Readonly
content
Type
content
Type
:
string
Readonly
drive
drive
:
Drive
Readonly
handle
handle
:
any
Readonly
id
id
:
string
Readonly
name
name
:
string
Readonly
parent
Folder
Id
parent
Folder
Id
:
string
Methods
read
read
(
events$
?:
Subject
<
Event
>
)
:
Observable
<
ArrayBuffer
>
Parameters
Optional
events$:
Subject
<
Event
>
Returns
Observable
<
ArrayBuffer
>
read
AsData
Url
read
AsData
Url
(
events$
?:
Subject
<
Event
>
, useCache
?:
boolean
)
:
Observable
<
string
>
Parameters
Optional
events$:
Subject
<
Event
>
useCache:
boolean
= true
Returns
Observable
<
string
>
read
AsJson
read
AsJson
(
events$
?:
Subject
<
Event
>
, useCache
?:
boolean
)
:
Observable
<
Json
>
Parameters
Optional
events$:
Subject
<
Event
>
useCache:
boolean
= true
Returns
Observable
<
Json
>
read
AsText
read
AsText
(
events$
?:
Subject
<
Event
>
)
:
Observable
<
string
>
Parameters
Optional
events$:
Subject
<
Event
>
Returns
Observable
<
string
>
Exports
auto_
generated
lib/expectations
lib/explorer.module
lib/file-
picker.module
lib/implementation/interfaces
lib/implementation/local-
drive
lib/local-
drive.module
lib/main
lib/reader.module
Local
Drive
Local
File
constructor
content
Type
drive
handle
id
name
parent
Folder
Id
read
read
AsData
Url
read
AsJson
read
AsText
Local
Folder
Generated using
TypeDoc