# ez-split-panel



<!-- Auto Generated Below -->


## Properties

| Property         | Attribute          | Description                                                                            | Type                | Default    |
| ---------------- | ------------------ | -------------------------------------------------------------------------------------- | ------------------- | ---------- |
| `anchorToExpand` | `anchor-to-expand` | Responsável por definir o painel que limita o tamanho do item expandido.               | `boolean`           | `false`    |
| `direction`      | `direction`        |                                                                                        | `"column" \| "row"` | `'column'` |
| `structural`     | `structural`       | Define se o painel está sendo utilizado como estrutura para apresentação de outro item | `boolean`           | `false`    |


## Events

| Event       | Description | Type                          |
| ----------- | ----------- | ----------------------------- |
| `resizeEnd` |             | `CustomEvent<IPanelSizeInfo>` |


## Methods

### `rebuildLayout() => Promise<void>`



#### Returns

Type: `Promise<void>`




----------------------------------------------


