authoringLocationSchema
@gooi/language-server / contracts/navigation-contracts / authoringLocationSchema
Variable: authoringLocationSchema
constauthoringLocationSchema:ZodObject<{documentPath:ZodString;documentUri:ZodString;range:ZodObject<{end:ZodObject<{character:ZodNumber;line:ZodNumber; },$strip>;start:ZodObject<{character:ZodNumber;line:ZodNumber; },$strip>; },$strip>;symbolId:ZodString; },$strip>
Defined in: authoring/language-server/src/contracts/navigation-contracts.ts:9
Symbol location in an authoring document.