Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

How to define fieldtype as another UIB component

Satish Kumar Do
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