Property Inspectors (UI)
Property inspectors are HTML web views that provide users with an interface to adjust plugin settings.
Work in progress
The property inspector and its documentation are still in development. The information provided here is subject to change.
Getting Started
Start by creating an HTML file in your ui directory within *.sdPlugin.
Plugin file structure
.
├── *.sdPlugin/
│ ├── bin/
│ ├── imgs/
│ ├── logs/
│ ├── ui/
│ │ └── increment-counter.html
│ └── manifest.json
├── src/
│ ├── actions/
│ │ └── increment-counter.ts
│ └── plugin.ts
├── package.json