Skip to content

pantoken / formats/interactions/src / initModal

Fall: initModal()

initModal(host, dialog, onCommand): void

Tengdu CSS <dialog class="instui-modal"> eða skugga vefþáttarins <dialog> við open eigindaregluna og --show/--close/--toggle skipanamiðlun. Bæði notkunartilfellin senda sama viðmótið:

  • CSS: host === dialog (the dialog itself carries the id and open attr)
  • WC: host = custom element, dialog = its shadow &lt;dialog&gt;

Færibreytur

host

HTMLElement

dialog

HTMLDialogElement

onCommand

OnCommand

Skilar

void