ElementDefinitionOptions

@JSType
trait ElementDefinitionOptions extends Object

An ElementDefinitionOptions object represents additional options associated with CustomElementRegsitry.define.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

@ExposedJSMember @JSOptional
var `extends`: UndefOr[String]

String specifying the name of a built-in element to extend. Used to create a customized built-in element.

String specifying the name of a built-in element to extend. Used to create a customized built-in element.