1
0
Fork 0
js-yaml-schema/docs/api/js-yaml-schema.createinclud...

30 lines
853 B
Markdown
Raw Normal View History

2022-01-30 17:22:29 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-yaml-schema](./js-yaml-schema.md) &gt; [createIncludeSchema](./js-yaml-schema.createincludeschema.md)
## createIncludeSchema() function
> Warning: This API is now obsolete.
>
> use `createSchema` unless the include type is needed, since it requires a number of callbacks
>
Extended schema with the include type, and auto-configuration of the include schema.
<b>Signature:</b>
```typescript
export declare function createIncludeSchema(options: Readonly<IncludeSchemaOptions>): Schema;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | Readonly&lt;[IncludeSchemaOptions](./js-yaml-schema.includeschemaoptions.md)<!-- -->&gt; | |
<b>Returns:</b>
Schema