Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

StylePropertyMap

Values

append

letappend: (
WebAPI.DOMAPI.stylePropertyMap,
~property:string,
~values:WebAPI.DOMAPI.cssStyleValue,
)=>unit

append2

letappend2: (
WebAPI.DOMAPI.stylePropertyMap,
~property:string,
~values:string,
)=>unit

Parameters

WebAPI.DOMAPI.stylePropertyMap string string

Return type

unit

asStylePropertyMapReadOnly

letasStylePropertyMapReadOnly:WebAPI.DOMAPI.stylePropertyMap=>WebAPI.DOMAPI.stylePropertyMapReadOnly

clear

letclear:WebAPI.DOMAPI.stylePropertyMap=>unit

Parameters

WebAPI.DOMAPI.stylePropertyMap

Return type

unit

delete

letdelete: (WebAPI.DOMAPI.stylePropertyMap,string)=>unit

Parameters

WebAPI.DOMAPI.stylePropertyMap string

Return type

unit

getAll

letgetAll: (
WebAPI.DOMAPI.stylePropertyMap,
string,
)=>array<WebAPI.DOMAPI.cssStyleValue>

has

lethas: (WebAPI.DOMAPI.stylePropertyMap,string)=>bool

Parameters

WebAPI.DOMAPI.stylePropertyMap string

Return type

bool

set

letset: (
WebAPI.DOMAPI.stylePropertyMap,
~property:string,
~values:WebAPI.DOMAPI.cssStyleValue,
)=>unit

set2

letset2: (
WebAPI.DOMAPI.stylePropertyMap,
~property:string,
~values:string,
)=>unit

Parameters

WebAPI.DOMAPI.stylePropertyMap string string

Return type

unit

[8]ページ先頭

©2009-2025 Movatter.jp