Closed luizzappa closed 1 year ago
There is a class called ImageUpload, inherited from FormattingComponent, that allows you to upload images. However, I can't figure out which object type I should include in the capabilities.json file to map.
ImageUpload
FormattingComponent
object
capabilities.json
https://github.com/microsoft/powerbi-visuals-api/blob/bd9cfb3d19c05d510f790429aef91ec2f7698003/src/formatting-model-api.d.ts#L479
Unfortunately, this type isn't supported by Custom Visuals for now. You can see all supported types in the capabilities schema
There is a class called
ImageUpload
, inherited fromFormattingComponent
, that allows you to upload images. However, I can't figure out whichobject
type I should include in thecapabilities.json
file to map.https://github.com/microsoft/powerbi-visuals-api/blob/bd9cfb3d19c05d510f790429aef91ec2f7698003/src/formatting-model-api.d.ts#L479