A2uiBasicCatalogV1.Icon.SvgPath

class A2uiBasicCatalogV1.Icon.SvgPath : A2uiBasicCatalogV1.Icon.Source


An Icon drawn from a client-provided SVG path rather than a BuiltIn token.

Summary

Public constructors

SvgPath(svgPath: String)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

the SVG path data to draw

Public constructors

SvgPath

Added in 1.0.0-alpha01
SvgPath(svgPath: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

svgPath

Added in 1.0.0-alpha01
val svgPathString

the SVG path data to draw