Preparing search index...
The search index is not available
ThreePipe
ThreePipe
IAsset
Interface IAsset
interface
IAsset
{
file
?:
IFile
;
id
?:
string
;
path
:
string
;
preImported
?:
ImportResult
[]
;
preImportedRaw
?:
Promise
<
undefined
|
ImportResult
|
ImportResult
[]
>
;
[
id
:
string
]:
any
;
}
Indexable
[
id
:
string
]:
any
Index
Properties
file?
id?
path
pre
Imported?
pre
Imported
Raw?
Properties
Optional
file
file
?:
IFile
Optional
id
id
?:
string
path
path
:
string
Optional
pre
Imported
preImported
?:
ImportResult
[]
Optional
pre
Imported
Raw
preImportedRaw
?:
Promise
<
undefined
|
ImportResult
|
ImportResult
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
file
id
path
pre
Imported
pre
Imported
Raw
ThreePipe
Loading...