Skip to content

Commit 29ac6d0

Browse files
author
rdeioris
authored
Update Plugin_API.md
1 parent 3ccc03d commit 29ac6d0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/Plugin_API.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,25 @@ json = paper2d.to_json(True)
6060
# load a json in the plugin descriptor
6161
paper2d.from_json(json_blob, True)
6262
```
63+
64+
IPlugin properties (read only)
65+
-
66+
67+
```python
68+
.category
69+
.can_contain_content
70+
.enabled_by_default
71+
.installed
72+
.is_beta_version
73+
.requires_build_platform
74+
.created_by
75+
.created_by_url
76+
.description
77+
.docs_url
78+
.file_version
79+
.friendly_name
80+
.marketplace_url
81+
.support_url
82+
.version
83+
.version_name
84+
```

0 commit comments

Comments
 (0)