@univerjs/design v0.5.0-beta.1Docs


Interface: MentionProps

Props definition for a mention subelement.

Properties

PropertyTypeDescriptionDefined in
appendSpaceOnAdd?booleanAppend a space when a suggestion has been addednode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:147
className?string-node_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:121
datanull | SuggestionDataItem[] | DataFuncAn array of the mentionable data entries (objects with id & display keys, or a filtering function that returns an array based on a query parameter Default nullnode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:143
displayTransform?DisplayTransformFuncAccepts a function for customizing the string that is displayed for a mentionnode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:130
isLoading?boolean-node_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:137
markup?stringA template string for the markup to use for mentions Default '@[__display__](__id__)'node_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:127
onAdd?OnAddHandlerFuncCallback invoked when a suggestion has been addednode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:117
regex?RegExpAllows providing a custom regular expression for parsing your markup and extracting the placeholder interpolationsnode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:152
renderSuggestion?SuggestionFuncAllows customizing how mention suggestions are renderednode_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:120
style?any-node_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:144
triggerstring | RegExpDefines the char sequence upon which to trigger querying the data source Default '@'node_modules/.pnpm/@types+react-mentions@4.4.0/node_modules/@types/react-mentions/index.d.ts:136