@vtj / Modules / renderer / CreateLoaderOptions
Interface: CreateLoaderOptions
renderer.CreateLoaderOptions
Table of contents
Properties
Properties
getDsl
• getDsl: (id
: string
) => Promise
<null
| BlockSchema
>
Type declaration
▸ (id
): Promise
<null
| BlockSchema
>
Parameters
Name | Type |
---|---|
id | string |
Returns
Promise
<null
| BlockSchema
>
Defined in
packages/renderer/types/render/loader.d.ts:9
getDslByUrl
• getDslByUrl: (url
: string
) => Promise
<null
| BlockSchema
>
Type declaration
▸ (url
): Promise
<null
| BlockSchema
>
Parameters
Name | Type |
---|---|
url | string |
Returns
Promise
<null
| BlockSchema
>
Defined in
packages/renderer/types/render/loader.d.ts:10
options
• options: Partial
<CreateRendererOptions
>
Defined in
packages/renderer/types/render/loader.d.ts:11