最大化

调整卡片最大化/最小化

类型:MaximizeInterface

构造函数

new (editor: EditorInterface, card: CardInterface): MaximizeInterface

方法

restore

恢复

/**
* 恢复
*/
restore(): void;

maximize

最大化

/**
* 最大化
*/
maximize(): void;