Type Alias Layer<W>

Layer<W>: {
    canExpand: boolean;
    child: W;
}

A layer in a LayeredContainer.

Type Parameters