# expand

### Description

@short: 打开scheduler，使其占据整个屏幕以提升可见性

@signature: expand: () =\> void

### Example

~~~jsx
scheduler.expand();
~~~

### Details

:::note
 该方法需要启用[expand](guides/extensions-list.md#expand) 插件。 
::: 

![collapse_method](/img/collapse_method.png)

### Related API
- [collapse](api/method/collapse.md)
