ui/build/markdown-editor/extensions/mention/mention-item
ui/build/markdown-editor/extensions/mention/mention-item
Type Aliases
MentionItem
type MentionItem = typeof MentionItemSchema.Type;Defined in: apps/website/.api-docs-entry/ui/build/markdown-editor/extensions/mention/mention-item.d.ts:16
Variables
MentionItemSchema
const MentionItemSchema: Schema.Struct<{
description: Schema.mutableKey<Schema.String>;
icon: Schema.mutableKey<Schema.String>;
id: Schema.mutableKey<Schema.String>;
label: Schema.mutableKey<Schema.String>;
metadata: Schema.mutableKey<Schema.optionalKey<Schema.$Record<Schema.String, Schema.Unknown>>>;
parentId: Schema.mutableKey<Schema.optionalKey<Schema.String>>;
type: Schema.mutableKey<Schema.Literals<readonly ["collection", "column", "route", "template", "workspace", "folder", "file", "user"]>>;
}>;Defined in: apps/website/.api-docs-entry/ui/build/markdown-editor/extensions/mention/mention-item.d.ts:7