How to define fieldtype as another UIB component

Satish Kumar Do
ServiceNow Employee
ServiceNow Employee

I'm preparing a component config properties, In which one of the property should be color-picker component.

How do I reference the now-color-picker component as fieldtype.

 

ex: Select Header Color: [here is my now-color-picker component allow me to select a color]

 

{
"name": "headerColor",
"label": "Header Color",
"description": "Select color for header text.",
"fieldType": [what should goes here for color-picker component],
"typeMetadata": {"what's is my metadata will be in this case"}
},
0 REPLIES 0