Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
help: (_event: Event) => void;
migrate: (event: Event, button: Element) => Promise<void>;
};
classes: string[];
id: string;
position: { width: number };
tag: string;
window: {
icon: string;
minimizable: boolean;
resizable: boolean;
title: string;
};
} = ...
The event handler for changes to form input elements