pbi-cli/src/pbi_cli/templates/visuals/textbox.json

17 lines
409 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.7.0/schema.json",
"name": "__VISUAL_NAME__",
"position": {
"x": __X__,
"y": __Y__,
"z": __Z__,
"height": __HEIGHT__,
"width": __WIDTH__,
"tabOrder": __TAB_ORDER__
},
"visual": {
"visualType": "textbox",
"objects": {},
"drillFilterOtherVisuals": true
}
}