You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>When you host a component, you can control the overlay through <code>ToppyOverlay</code> service. Using this service you can access all properties that is provided in content. Also the properties comes with <code>close</code>.</p>
Copy file name to clipboardExpand all lines: docs/markdown/main.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ new FullscreenPosition();
159
159
160
160
### []{.toppy-icon .icon-rss} Communication
161
161
162
-
#### Component Data
162
+
#####Component Data
163
163
164
164
When you host a component, you can control the overlay through `ToppyOverlay` service. Using this service you can access all properties that is provided in content. Also the properties comes with `close`.
165
165
@@ -186,7 +186,7 @@ export class HelloComponent {
186
186
}
187
187
```
188
188
189
-
#### Template Data
189
+
#####Template Data
190
190
191
191
This is very similar to above one. When you use template as a content, you can pass additional data to it.
192
192
@@ -208,7 +208,7 @@ Then in your template you can refer the data like this,
208
208
209
209
Method `close` is automatically binded.
210
210
211
-
#### Plain text
211
+
#####Plain text
212
212
213
213
When you use Plain text as a content, optionally you can able to set a class name to that `div` block.
0 commit comments