FunctionMainCardInner({
border = true,
boxShadow,
children,
content,
contentSX = {},
darkTitle,
divider = true,
ele
packages/dashboard/src/components/mainCard.tsx:35
FunctionMessageTemplateAutocomplete({
messageTemplateId,
disabled,
handler,
channel,
label,
}: {
messageTemplateId?: string;
disabl
packages/dashboard/src/components/messageTemplateAutocomplete.tsx:25
FunctionPlaceholderEdge({
id,
sourceX,
sourceY,
targetX,
targetY,
sourcePosition,
targetPosition,
style,
}: EdgeProps
packages/dashboard/src/components/journeys/edgeTypes/placeholderEdge.tsx:7
FunctionPropertiesAutocomplete({
disabled,
sx,
event,
property,
label = "Property Path",
onPropertyChange,
}: {
property: stri
packages/dashboard/src/components/eventsAutocomplete.tsx:6
FunctionPublisherInner({
showProgress,
onPublish,
onRevert,
disablePublish,
disableRevert,
invisible,
title,
showUnp
packages/dashboard/src/components/publisher.tsx:62
FunctionResourceListContainer({
children,
title,
newItemHref,
controls,
titleSingular,
}: {
children: React.ReactNode;
contro
packages/dashboard/src/components/resourceList.tsx:62
FunctionSecretEditorLoaded({
name,
saved,
secretKey,
label,
helperText,
handleDelete,
handleUpdate,
}: Overwrite<SecretEdi
packages/dashboard/src/components/secretEditor.tsx:177
FunctionSecretTextField({
showValue,
onVisibilityChange,
autoFocus,
onChange,
helperText,
label,
}: {
autoFocus?: boole
packages/dashboard/src/components/secretEditor.tsx:106
FunctionSegmentNodeComponent({
node,
label,
renderDelete,
parentId,
isRoot = false,
}: {
node: SegmentNode;
isRoot?: boolean
packages/dashboard/src/components/segments/editor.tsx:2680
FunctionSelect({
id,
label,
options,
value,
onChange,
}: {
id: string;
label: string;
options: { value: stri
packages/emailo/src/tipTapExtensions/userProperty.tsx:31