TFDi Design Icon
TFDi Design
Plugin Creation GuideLocal API ReferenceBlock Close

Indicate that the application should ask the user for confirmation before closing based on a specified reason identifier

POST
/api/blockclose
blockNamestring

Response Body

curl -X POST "http://localhost:7172/api/blockclose" \  -H "Content-Type: application/json" \  -d '{    "blockName": "string"  }'
Empty