Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun <T : SyntheticEvent<out EventTarget>> addEventListener(eventName: String, listener: (T) -> Unit)
open fun addEventListener(eventName: String, listener: (SyntheticEvent<EventTarget>) -> Unit)
Link copied to clipboard
fun AttrsScope<*>.ariaDisabled(value: Boolean = true)
Link copied to clipboard
fun AttrsScope<*>.ariaHidden(value: Boolean = true)
Link copied to clipboard
fun AttrsScope<*>.ariaInvalid(value: Boolean = true)
Link copied to clipboard
fun AttrsScope<*>.ariaLabel(value: String)
Link copied to clipboard
fun AttrsScope<*>.ariaRequired(value: Boolean = true)
Link copied to clipboard
abstract fun attr(attr: String, value: String): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun classes(vararg classes: String)
abstract fun classes(classes: Collection<String>)
Link copied to clipboard
open fun contentEditable(value: Boolean): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun dir(value: DirType): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
fun AttrsScope<*>.disabled(value: Boolean = true)
Link copied to clipboard
open fun draggable(value: Draggable): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun fill(value: SVGFillType): AttrsScope<SVGFEColorMatrixElement>
open fun fill(id: SvgId): AttrsScope<SVGFEColorMatrixElement>
open fun fill(value: CSSColorValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun fillOpacity(value: Number): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun fillRule(value: SVGFillRule): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun filter(id: SvgId): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun floodColor(color: CSSColorValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun floodOpacity(value: Number): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun height(value: Number)
open fun height(value: CSSLengthOrPercentageValue)
Link copied to clipboard
fun AttrsScope<*>.height(height: Int)
Link copied to clipboard
open fun hidden(): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun id(value: String): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun in(input: SVGFilterInput)
open fun in(resultName: String)
Link copied to clipboard
open fun in1(input: SVGFilterInput)
open fun in1(resultName: String)

A convenience method which maps to in and has a naming convention consistent with in2.

Link copied to clipboard
open fun inputMode(value: String): AttrsScope<SVGFEColorMatrixElement>
open fun inputMode(value: InputMode): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun lang(value: String): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun lightingColor(color: CSSColorValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun onAnimationEnd(listener: (SyntheticAnimationEvent) -> Unit)
Link copied to clipboard
open fun onAnimationIteration(listener: (SyntheticAnimationEvent) -> Unit)
Link copied to clipboard
open fun onAnimationStart(listener: (SyntheticAnimationEvent) -> Unit)
Link copied to clipboard
open fun onBlur(listener: (SyntheticFocusEvent) -> Unit)
Link copied to clipboard
open fun onClick(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onContextMenu(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onCopy(listener: (SyntheticClipboardEvent) -> Unit)
Link copied to clipboard
open fun onCut(listener: (SyntheticClipboardEvent) -> Unit)
Link copied to clipboard
open fun onDoubleClick(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onDrag(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDragEnd(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDragEnter(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDragLeave(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDragOver(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDragStart(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onDrop(listener: SyntheticDragEventListener)
Link copied to clipboard
open fun onFocus(listener: (SyntheticFocusEvent) -> Unit)
Link copied to clipboard
open fun onFocusIn(listener: (SyntheticFocusEvent) -> Unit)
Link copied to clipboard
open fun onFocusOut(listener: (SyntheticFocusEvent) -> Unit)
Link copied to clipboard
open fun onKeyDown(listener: (SyntheticKeyboardEvent) -> Unit)
Link copied to clipboard
open fun onKeyUp(listener: (SyntheticKeyboardEvent) -> Unit)
Link copied to clipboard
open fun onMouseDown(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseEnter(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseLeave(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseMove(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseOut(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseOver(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onMouseUp(listener: SyntheticMouseEventListener)
Link copied to clipboard
open fun onPaste(listener: (SyntheticClipboardEvent) -> Unit)
Link copied to clipboard
open fun onScroll(listener: (SyntheticEvent<EventTarget>) -> Unit)
Link copied to clipboard
open fun onTouchCancel(listener: (SyntheticTouchEvent) -> Unit)
Link copied to clipboard
open fun onTouchEnd(listener: (SyntheticTouchEvent) -> Unit)
Link copied to clipboard
open fun onTouchMove(listener: (SyntheticTouchEvent) -> Unit)
Link copied to clipboard
open fun onTouchStart(listener: (SyntheticTouchEvent) -> Unit)
Link copied to clipboard
fun EventsListenerScope.onTransitionCancel(listener: (SyntheticTransitionEvent) -> Unit)
Link copied to clipboard
fun EventsListenerScope.onTransitionEnd(listener: (SyntheticTransitionEvent) -> Unit)
Link copied to clipboard
fun EventsListenerScope.onTransitionRun(listener: (SyntheticTransitionEvent) -> Unit)
Link copied to clipboard
fun EventsListenerScope.onTransitionStart(listener: (SyntheticTransitionEvent) -> Unit)
Link copied to clipboard
open fun onWheel(listener: SyntheticWheelEventListener)
Link copied to clipboard
abstract fun <E : HTMLElement, V> prop(update: (E, V) -> Unit, value: V)
Link copied to clipboard
abstract fun ref(effect: DisposableEffectScope.(SVGFEColorMatrixElement) -> DisposableEffectResult)
Link copied to clipboard
abstract fun registerEventListener(listener: SyntheticEventListener<*>)
Link copied to clipboard
open fun result(name: String)
Link copied to clipboard
fun AttrsScope<*>.role(value: String)
Link copied to clipboard
open fun spellCheck(value: Boolean): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun stroke(value: SVGStrokeType): AttrsScope<SVGFEColorMatrixElement>
open fun stroke(id: SvgId): AttrsScope<SVGFEColorMatrixElement>
open fun stroke(value: CSSColorValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun strokeDashArray(vararg values: Number)
open fun strokeDashArray(vararg values: CSSLengthOrPercentageValue)
Link copied to clipboard
open fun strokeDashOffset(value: Number): AttrsScope<SVGFEColorMatrixElement>
open fun strokeDashOffset(value: CSSLengthOrPercentageValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun strokeMiterLimit(value: Number): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun strokeOpacity(value: Number): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun strokeWidth(value: Number): AttrsScope<SVGFEColorMatrixElement>
open fun strokeWidth(value: CSSLengthOrPercentageValue): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
abstract fun style(builder: StyleScope.() -> Unit)
Link copied to clipboard
open fun tabIndex(value: Int): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
open fun title(value: String): AttrsScope<SVGFEColorMatrixElement>
Link copied to clipboard
fun transform(transformScope: SVGTransformScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun values(value: Number)

Value to set when type is Saturate

fun values(value: CSSAngleValue)

Value to set when type is HueRotate

fun values(r1: Number, r2: Number, r3: Number, r4: Number, r5: Number, g1: Number, g2: Number, g3: Number, g4: Number, g5: Number, b1: Number, b2: Number, b3: Number, b4: Number, b5: Number, a1: Number, a2: Number, a3: Number, a4: Number, a5: Number)

Values to set when type is Matrix

Link copied to clipboard
open fun width(value: Number)
open fun width(value: CSSLengthOrPercentageValue)
Link copied to clipboard
fun AttrsScope<*>.width(width: Int)
Link copied to clipboard
open fun x(value: Number)
open fun x(value: CSSLengthOrPercentageValue)
Link copied to clipboard
open fun y(value: Number)
open fun y(value: CSSLengthOrPercentageValue)