@@ -41,107 +41,91 @@ Date field for BasePost.
41
41
42
42
### deletePost
43
43
44
- Undocumented declaration .
44
+ Delete action for Templates, Patterns and Template Parts .
45
45
46
46
### duplicatePattern
47
47
48
- Undocumented declaration .
48
+ Duplicate action for Pattern .
49
49
50
50
### duplicatePost
51
51
52
- Undocumented declaration.
53
-
54
- ### duplicatePostNative
55
-
56
- Undocumented declaration.
52
+ Duplicate action for BasePost.
57
53
58
54
### duplicateTemplatePart
59
55
60
- This action is used to duplicate a template part.
61
-
62
- _ Type_
63
-
64
- - ` Action< TemplatePart > `
56
+ Duplicate action for TemplatePart.
65
57
66
58
### exportPattern
67
59
68
- Undocumented declaration.
69
-
70
- ### exportPatternNative
71
-
72
- Undocumented declaration.
60
+ Export action as JSON for Pattern.
73
61
74
62
### featuredImageField
75
63
76
- Undocumented declaration .
64
+ Featured Image field for BasePost .
77
65
78
66
### orderField
79
67
80
- Undocumented declaration .
68
+ Order field for BasePost .
81
69
82
70
### parentField
83
71
84
- This field is used to display the post parent .
72
+ Parent field for BasePost .
85
73
86
74
### passwordField
87
75
88
- This field is used to display the post password .
76
+ Password field for BasePost .
89
77
90
78
### permanentlyDeletePost
91
79
92
- Undocumented declaration .
80
+ Delete action for PostWithPermissions .
93
81
94
82
### PostType
95
83
96
84
Undocumented declaration.
97
85
98
86
### renamePost
99
87
100
- Undocumented declaration .
88
+ Rename action for PostWithPermissions .
101
89
102
90
### reorderPage
103
91
104
- Undocumented declaration.
105
-
106
- ### reorderPageNative
107
-
108
- Undocumented declaration.
92
+ Reorder action for BasePost.
109
93
110
94
### resetPost
111
95
112
- Undocumented declaration .
96
+ Reset action for Template and TemplatePart .
113
97
114
98
### restorePost
115
99
116
- Undocumented declaration .
100
+ Restore action for PostWithPermissions .
117
101
118
102
### slugField
119
103
120
- Undocumented declaration .
104
+ Slug field for BasePost .
121
105
122
106
### statusField
123
107
124
108
Status field for BasePost.
125
109
126
110
### templateField
127
111
128
- Undocumented declaration .
112
+ Template field for BasePost .
129
113
130
114
### titleField
131
115
132
- Undocumented declaration .
116
+ Title field for BasePost .
133
117
134
118
### trashPost
135
119
136
- Undocumented declaration .
120
+ Trash action for PostWithPermissions .
137
121
138
122
### viewPost
139
123
140
- Undocumented declaration .
124
+ View post action for BasePost .
141
125
142
126
### viewPostRevisions
143
127
144
- Undocumented declaration .
128
+ View post revisions action for Post .
145
129
146
130
<!-- END TOKEN(Autogenerated API docs) -->
147
131
0 commit comments