migrating
migrating: {
modules: boolean;
world: boolean;
} = ...
reprocess
reprocess: boolean = false
unlock
unlock: boolean = false
Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
help: ((event: Event) => void);
migrate: ((event: Event) => Promise<void>);
};
classes: string[];
id: string;
position: {
width: number;
};
tag: string;
window: {
minimizable: boolean;
resizable: boolean;
title: string;
};
} = ...
Type declaration
actions: {
help: ((event: Event) => void);
migrate: ((event: Event) => Promise<void>);
}
help: ((event: Event) => void)
- (event): void
Returns void
migrate: ((event: Event) => Promise<void>)
- (event): Promise<void>
Returns Promise<void>
classes: string[]
id: string
position: {
width: number;
}
tag: string
window: {
minimizable: boolean;
resizable: boolean;
title: string;
}
minimizable: boolean
resizable: boolean
title: string
Static
PARTS
PARTS: {
form: {
template: string;
};
} = ...
Static