getSchemaSync Method

Attempts to obtain a schema from this context that matches the specified criteria. Will return undefined if the schema is partially loaded. Use SchemaContext.getSchema to await until the schema is completely loaded.

getSchemaSync<T extends Schema<T>>(schemaKey: SchemaKey, matchType: SchemaMatchType = SchemaMatchType.Latest): undefined | T

@returns the schema matching the input criteria, or undefined if no such schema could be located.

Parameter Type Description
schemaKey SchemaKey Identifies the schema to obtain.
matchType SchemaMatchType Criteria by which to identify potentially matching schemas.

Returns - undefined | T

the schema matching the input criteria, or undefined if no such schema could be located.

Defined in

Last Updated: 16 April, 2024