authoringCodeLensSchema
@gooi/language-server / contracts/code-lens-contracts / authoringCodeLensSchema
Variable: authoringCodeLensSchema
constauthoringCodeLensSchema:ZodObject<{command:ZodOptional<ZodObject<{arguments:ZodOptional<ZodArray<ZodUnknown>>;id:ZodString;title:ZodString; },$strip>>;data:ZodOptional<ZodRecord<ZodString,ZodUnknown>>;kind:ZodEnum<{run_query_or_mutation:"run_query_or_mutation";show_affected_queries_for_signal:"show_affected_queries_for_signal";show_providers_for_capability:"show_providers_for_capability"; }>;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/code-lens-contracts.ts:25
Code lens payload used by list/resolve handlers.