SafeStyle

Marker interface for a value that's safe to use as style (CSS).

interface SafeStyle extends SafeValue { // 继承自 platform-browser/SafeValue }

说明

一个标记性接口,用于表示一个值可以安全地用在样式(CSS)上下文中。