addSchemaPath Method
Append a directory to the list of directories that will be searched to locate referenced schemas. The directories are searched in the order in which they were added to the list.
addSchemaPath(searchPath: string): void
Parameter | Type | Description |
---|---|---|
searchPath | string | The absolute path to the directory to search. |
Returns - void
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.