Values
getPropertyPriority
let getPropertyPriority: (DomTypes.cssStyleDeclaration, string) => string
Parameters
DomTypes.cssStyleDeclaration string Return type
string getPropertyValue
let getPropertyValue: (DomTypes.cssStyleDeclaration, string) => string
Parameters
DomTypes.cssStyleDeclaration string Return type
string item
let item: (DomTypes.cssStyleDeclaration, int) => string
Parameters
DomTypes.cssStyleDeclaration int Return type
string removeProperty
let removeProperty: (DomTypes.cssStyleDeclaration, string) => string
Parameters
DomTypes.cssStyleDeclaration string Return type
string setProperty
DomTypes.cssStyleDeclaration,
Parameters
DomTypes.cssStyleDeclaration string string option< string > Return type
unit