Skip to content
Sheetwrite

Sheetwrite / Documentation

ShellPiece@sheetwrite/core/shell

A mounted shell piece: its root element plus an idempotent teardown.

A mounted shell piece: its root element plus an idempotent teardown.

Members 2

element
readonly element: HTMLElement;
destroy
destroy(): void;

Declaration

View full TypeScript declaration
export interface ShellPiece {
readonly element: HTMLElement;
destroy(): void;
}