mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(editor): Add telemetry for schema preview (no-changelog) (#13901)
This commit is contained in:
@@ -12,6 +12,7 @@ type Props = {
|
||||
id: string;
|
||||
icon: string;
|
||||
collapsable?: boolean;
|
||||
nodeName?: string;
|
||||
nodeType?: string;
|
||||
highlight?: boolean;
|
||||
draggable?: boolean;
|
||||
@@ -21,6 +22,7 @@ type Props = {
|
||||
};
|
||||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
click: [];
|
||||
}>();
|
||||
@@ -41,6 +43,7 @@ const emit = defineEmits<{
|
||||
:data-nest-level="level"
|
||||
:data-value="expression"
|
||||
:data-node-type="nodeType"
|
||||
:data-node-name="nodeName"
|
||||
data-target="mappable"
|
||||
class="pill"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user