directus-monorepo ( Readme | API )
directus-monorepo > AssetsService
new AssetsService(
options
):AssetsService
Parameter | Type |
---|---|
options |
AbstractServiceOptions |
accountability:
any
authorizationService:
AuthorizationService
knex:
Knex
<any
,any
[] >
getAsset(
id
,transformation
?,range
?):Promise
< {file
:any
;stat
:Stat
;stream
:Readable
;} >
Parameter | Type |
---|---|
id |
string |
transformation ? |
TransformationSet |
range ? |
any |
Promise
< {file
: any
; stat
: Stat
; stream
: Readable
;} >
Generated using TypeDoc and typedoc-plugin-markdown