d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
layers/outline-layer
OutlineLayerOptions
Interface OutlineLayerOptions
OutlineLayerの初期化オプション
interface
OutlineLayerOptions
{
attr
?:
LayerAttr
;
clipPathId
?:
string
;
createClipPath
?:
boolean
;
style
?:
LayerStyle
;
}
Index
Properties
attr?
clip
Path
Id?
create
Clip
Path?
style?
Properties
Optional
attr
attr
?:
LayerAttr
レイヤーの属性設定
Optional
clip
Path
Id
clipPathId
?:
string
クリップパスのID(指定しない場合は自動生成)
Optional
create
Clip
Path
createClipPath
?:
boolean
クリップパスを作成するかどうか
Optional
style
style
?:
LayerStyle
レイヤーのCSS style属性設定
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attr
clip
Path
Id
create
Clip
Path
style
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
OutlineLayerの初期化オプション