name property

String get name

The name property of the HTMLSlotElement interface returns or sets the slot name. A slot is a placeholder inside a web component that users can fill with their own markup.

Implementation

external String get name;
set name (String value)

Implementation

external set name(String value);