SheetView
A dialog that slides up over the current screen.
ts
interface SheetViewSignature {}
class SheetView extends HTMLDialogElement<SheetViewSignature> {}
declare global {
interface HTMLDialogElement {
is: 'sheet-view' // <dialog is="sheet-view"></dialog>
}
}Relationships
Conforms To
HTMLDialogElement