* sets the active skin * @param skin the name of the skin. The allowed values are: "terrace", "dark", "material", "flat", "contrast-white", "contrast-black"
(skin: string)
| 2177 | * @param skin the name of the skin. The allowed values are: "terrace", "dark", "material", "flat", "contrast-white", "contrast-black" |
| 2178 | */ |
| 2179 | setSkin(skin: string): void; |
| 2180 | |
| 2181 | /** |
| 2182 | * sets the user data associated with the specified event |
no outgoing calls
no test coverage detected