ebs.importStyleSheet
Creates a <style> element and appends it to the <head> of the HTML document. The content of the <style> element is the value of the code attribute of the StyleSheet entity.
Syntax
Copy
ebs.importStyleSheet(name: string): void
| Parameter | Description |
|---|---|
| name | The name of the style sheet that you want to import. |
Response
void