Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Polygon_Attributes

Hierarchy

Indexable

Index

Properties

class

class: string

clip-path

clip-path: ClipPath | None | Inherit

clip-rule

clip-rule: "nonzero" | "evenodd" | Inherit

color

color: Color | Inherit

color-interpolation

color-interpolation: "auto" | "sRGB" | "linearRGB" | Inherit

color-rendering

color-rendering: "auto" | "optimizeSpeed" | "optimizeQuality" | Inherit

cursor

cursor: "auto" | "crosshair" | "default" | "pointer" | "move" | "e-resize" | "ne-resize" | "nw-resize" | "n-resize" | "se-resize" | "sw-resize" | "s-resize" | "w-resize" | "text" | "wait" | "help" | Inherit

display

display: "inline" | "block" | "list-item" | "run-in" | "compact" | "marker" | "table" | "inline-table" | "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-column-group" | "table-column" | "table-cell" | "table-caption" | None | Inherit

fill

fill: Paint

fill-opacity

fill-opacity: number | Inherit

fill-rule

fill-rule: "nonzero" | "evenodd" | Inherit

filter

filter: Filter | string | None | Inherit

id

id: string

lang

lang: string

marker-end

marker-end: None | Marker | Inherit

marker-mid

marker-mid: None | Marker | Inherit

marker-start

marker-start: None | Marker | Inherit

mask

mask: Mask | None | Inherit

opacity

opacity: number | Inherit

pointer-events

pointer-events: "visiblePainted" | "visibleFill" | "visibleStroke" | "visible" | "painted" | "fill" | "stroke" | "all" | None | Inherit

points

points: Point[]

shape-rendering

shape-rendering: "auto" | "optimizeSpeed" | "crispEdges" | "geometricPrecision" | Inherit

stroke

stroke: Paint

stroke-dasharray

stroke-dasharray: None | DashArray | Inherit

stroke-dashoffset

stroke-dashoffset: Percentage | Length | Inherit

stroke-linecap

stroke-linecap: "butt" | "round" | "square" | Inherit

stroke-linejoin

stroke-linejoin: "miter" | "round" | "bevel" | Inherit

stroke-miterlimit

stroke-miterlimit: number | Inherit

stroke-opacity

stroke-opacity: number | Inherit

stroke-width

stroke-width: Length | Percentage | Inherit

style

style: string

tabindex

tabindex: number

transform

transform: TransformList

transform.matrix

transform.matrix: Transform<"matrix">

transform.rotate

transform.rotate: Transform<"rotate">

transform.scale

transform.scale: Transform<"scale">

transform.skewX

transform.skewX: Transform<"skewX">

transform.skewY

transform.skewY: Transform<"skewY">

transform.translate

transform.translate: Transform<"translate">

visibility

visibility: "visible" | "hidden" | "collapse" | Inherit

Generated using TypeDoc