new Inspectable(config, dom)
Parameters:
Name | Type | Description |
---|---|---|
config |
EditableConfig | The configuration properties |
dom |
jQuery | The content DOM corresponding to the HTML rendered by the corresponding component included by the page. |
- Source:
- model/Inspectable.js
Members
-
config :Object
-
The configuration properties
Type:
- Object
- Source:
- model/Inspectable.js
-
dom :jQuery
-
The content DOM corresponding to the HTML rendered by the corresponding component included by the page
Type:
- jQuery
- Source:
- model/Inspectable.js
-
overlay :jQuery
-
The overlay of the content DOM (allows user interaction with it)
Type:
- jQuery
- Source:
- model/Inspectable.js
-
path :String
-
The content path of the corresponding content node in the repository
Type:
- Source:
- model/Inspectable.js
-
type :String
-
The sling resource type of the corresponding component
Type:
- Source:
- model/Inspectable.js