FunctionDraft({
authorName,
parentId,
parentType,
startingText,
commentId,
onDone,
}: Props)
src/web/comment/components/Draft.tsx:21
FunctionDrillDownSubMenu({
id,
label,
renderLabel,
leftIcon,
children,
disabled,
slotProps,
}: Props)
src/web/common/components/Menu/DrillDownSubMenu.tsx:40
FunctionEdge({
edge,
edgeLayoutData,
labelContentSlot,
onContextMenu,
inReactFlow,
pathClassName,
}: Props)
src/web/topic/components/Edge/Edge.tsx:41
FunctionEdgeArrow({
edgeType,
labelContainer,
labelX,
labelY,
pathDefinition,
spotlight,
}: EdgeArrowProps)
src/web/topic/components/Edge/EdgeArrow.tsx:50
FunctionIconWithTooltip({
tooltipHeading,
tooltipBody,
ariaLabel,
tooltipPopperClassName,
iconButtonClassName,
icon,
}: P
src/web/common/components/Tooltip/IconWithTooltip.tsx:35
FunctionImageWithCaption({ src, alt, title, caption, width, height }: Props)
blog-site/app/components/ImageWithCaption.tsx:31
FunctionIndicator({
Icon,
title,
onClick,
bgColor = "white",
filled = false,
className,
}: IndicatorProps)
src/web/topic/components/Indicator/Base/Indicator.tsx:15
FunctionMoreActionsMenu({
anchorEl,
setAnchorEl,
sessionUser,
userCanEditTopicData,
openDirection,
}: Props)
src/web/topic/components/TopicWorkspace/MoreActionsMenu.tsx:123
FunctionNodeSelect({
name,
label,
useNodeOptions,
multiple = false,
disableClearable,
}: Props)
src/web/common/components/Form/NodeSelect.tsx:15
FunctionPieChart({
onClick,
customData,
startAngle,
type = "regular",
interactive = true,
}: PieProps)
src/web/topic/components/Score/PieChart.tsx:24
FunctionResponsiveSubMenu({
parentMenuOpen,
id,
label,
renderLabel,
leftIcon,
children,
disabled,
slotProps,
}: Props)
src/web/common/components/Menu/ResponsiveSubMenu.tsx:25