Skip to content

StylePropertyMapReadOnly

Values

getAll

let getAll: (
DomTypes.stylePropertyMapReadOnly,
string,
) => array<DomTypes.cssStyleValue>

Parameters

DomTypes.stylePropertyMapReadOnly string

Return type

array< DomTypes.cssStyleValue >

has

let has: (DomTypes.stylePropertyMapReadOnly, string) => bool

Parameters

DomTypes.stylePropertyMapReadOnly string

Return type

bool