Home > blockly > FlyoutSeparator > (constructor)
FlyoutSeparator.(constructor)
Creates a new separator.
Signature:
constructor(gap: number, axis: SeparatorAxis);
Parameters
| Parameter | Type | Description |
|---|---|---|
| gap | number | The amount of space this separator should occupy. |
| axis | SeparatorAxis | The axis along which this separator occupies space. |