We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cee9b commit 8b33d1eCopy full SHA for 8b33d1e
src/x-759224-menu-builder-uic/index.js
@@ -3,6 +3,8 @@ import snabbdom from "@servicenow/ui-renderer-snabbdom";
3
import styles from "./styles.scss";
4
import "./components/menu-ui";
5
6
+// File description: This is the starting point of the custom component, UI Builder manages its properties and events.
7
+
8
const view = (
9
{ properties: { menuTree, importJSON }, initialImport },
10
{ updateState, dispatch }
0 commit comments