Element.AttachShadow

Element.AttachShadow method

Crée une racine fantôme et l’attache à l’élément actuel.

public ShadowRoot AttachShadow(ShadowRootMode mode)
ParamètreTaperLa description
modeShadowRootModeMode dans lequel la racine fantôme sera créée.

Return_Value

CrééShadowRoot.

Exceptions

exceptioncondition
ErrorNotSupportedError : l’élément ne prend pas en charge l’arborescence fantôme.
ErrorInvalidStateError : l’élément a déjà une arborescence fantôme.

Voir également