d3-thematika - v0.0.1
    Preparing search index...

    Interface OutlineLayerOptions

    OutlineLayerの初期化オプション

    interface OutlineLayerOptions {
        attr?: LayerAttr;
        clipPathId?: string;
        createClipPath?: boolean;
        style?: LayerStyle;
    }
    Index

    Properties

    attr?: LayerAttr

    レイヤーの属性設定

    clipPathId?: string

    クリップパスのID(指定しない場合は自動生成)

    createClipPath?: boolean

    クリップパスを作成するかどうか

    style?: LayerStyle

    レイヤーのCSS style属性設定