Hyperlinkv0.8.0-beta.28

SchemaAST

SchemaAST.resolveIdentifierconsteffect/SchemaAST.ts:3831
(ast: AST): string | undefined

Returns the identifier annotation from the AST node, if set.

Details

The identifier is typically set by Schema.annotations({ identifier: "..." }) and is used for error messages and schema identification.

export const resolveIdentifier: (ast: AST) => string | undefined = InternalAnnotations.resolveIdentifier
Referenced by 1 symbols