enum
Flags for renderer-specific style modifiers.
enum RendererStyleFlags2 { Important: 1 << 0 DashCase: 1 << 1 }
Member | Description |
---|---|
Important: 1 << 0 | Marks a style as important. |
DashCase: 1 << 1 | Marks a style as using dash case naming (this-is-dash-case). |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/core/RendererStyleFlags2