Preparing search index...
The search index is not available
wappsto-wapp
wappsto-wapp
IFileFunc
Interface IFileFunc
interface
IFileFunc
{
constructor
(
name
?:
string
,
type
?:
string
,
size
?:
number
)
:
IFile
;
fetchById
(
id
:
string
)
:
IFile
;
findById
(
id
:
string
)
:
IFile
;
}
Index
Methods
constructor
fetch
By
Id
find
By
Id
Methods
constructor
constructor
(
name
?:
string
,
type
?:
string
,
size
?:
number
)
:
IFile
Parameters
Optional
name
:
string
Optional
type
:
string
Optional
size
:
number
Returns
IFile
fetch
By
Id
fetchById
(
id
:
string
)
:
IFile
Parameters
id
:
string
Returns
IFile
find
By
Id
findById
(
id
:
string
)
:
IFile
Parameters
id
:
string
Returns
IFile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
constructor
fetch
By
Id
find
By
Id
wappsto-wapp
Loading...