TFDi Design Icon
TFDi Design
Plugin Creation GuideLocal API ReferenceNavigate

Navigate the primary content view to a specific plugin

POST
/api/navigate

Request Body

application/json

pluginID*string

Response Body

curl -X POST "http://localhost:7172/api/navigate" \  -H "Content-Type: application/json" \  -d '{    "pluginID": "com.example.plugin"  }'
Empty
Empty