Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Where is an extensive list of object properties?

Hello,

 

 I know the following object properties that we can set into capabilities.json:

 

- color picker: "type": { "fill": { "solid": { "color": true } } }

- text input: "type": {"text": true}

- number input: "type": {"numeric": true} 

- integer input: "type": {"integer": true}

- switch input (true/false): "type": {"bool": true}

- percentage input:  "type": { "formatting": {"fontSize": true} }

- dropdown list: 

"type": {
  "enumeration": [
  {
   "displayName": "Classic",
   "value": "classic"
  },
  {
  "displayName": "Economist",
  "value": "economist"
  }
]}

 

Are there other ones? Is there an extensive list available somewhere?

1 REPLY 1
dm-p
Super User
Super User

Hi @Anonymous - anything official is documented on the developer site, but it is possible to cross-check against the published schema for capabilities in the visuals API if you want to make sure. As far as I know, there are no other resources on this.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors