Variable: TrayMenuEntrySchema
Makaio Framework / services-core/tray-menu/schemas / TrayMenuEntrySchema
Variable: TrayMenuEntrySchema
Section titled “Variable: TrayMenuEntrySchema”
constTrayMenuEntrySchema:ZodObject<{enabled:ZodDefault<ZodBoolean>;entryId:ZodString;label:ZodString;metadata:ZodOptional<ZodRecord<ZodString,ZodUnknown>>;packageName:ZodString;priority:ZodDefault<ZodNumber>;section:ZodEnum<{tools:"tools";utilities:"utilities";views:"views"; }>; },$strip>
Defined in: ../../../packages/services/core/src/tray-menu/schemas.ts:11
A single package-owned tray menu entry.