@sheetwrite/core/shellinterface
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;}