Browse Source

up docs

pull/3901/head
Artur Arseniev 4 years ago
parent
commit
be88a4487f
  1. 2
      docs/api/state.md
  2. 12
      docs/api/style_manager.md

2
docs/api/state.md

@ -17,7 +17,7 @@ Returns **[String][1]**
### getLabel
Get state label
Get state label. If label was not provided, the name will be returned.
Returns **[String][1]**

12
docs/api/style_manager.md

@ -312,18 +312,6 @@ someContainer.appendChild(propView.el);
Returns **PropertyView**
## select
Select different target for the Style Manager.
It could be a Component, CSSRule, or a string of any CSS selector
### Parameters
* `target` **([Component] | [CSSRule] | [String][17])**
* `opts` (optional, default `{}`)
Returns **[Array][19]<(\[Component] | [CSSRule])>** Array containing selected Components or CSSRules
[1]: https://github.com/artf/grapesjs/blob/master/src/style_manager/config/config.js
[2]: #getconfig

Loading…
Cancel
Save