You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/docs/pages/references/snap-components.mdx
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Snap components are defined in the snap-in manifest file. DevRev UI renders thes
6
6
7
7
Each snap-component has the following properties:
8
8
9
-
-`surface` : the surfaces where the snap component can be displayed. Currently, only `issue` is supported. // TODO: Confirm this.
9
+
-`surface` : the surfaces where the snap component can be displayed. Currently, only `issue` is supported. {/* TODO: Confirm this.*/}
10
10
-`snap_kit_action_name` : the name of the snap kit action that will be triggered when the action defined in the snap-kit of the snap component is interacted with.
{/* - `initializer` : references a function that can be called to initialize the snap component. This is useful when the snap component needs to be initialized with data from the server based on the context where it is being initialized. */}
0 commit comments