Shumoku Docs

ドキュメントを検索

共通文書と現行公開版

検索を読み込み中…

English

@shumoku/core · 0.4.0 · function

findContainerOverlaps

ソース

APIの説明は英語のcanonical sourceを表示しています。

Find pairs of container boxes that overlap where NEITHER is an ancestor of the other (nesting is legal containment, not interference).

findContainerOverlaps(boxes: readonly BoxBounds[]): ContainerOverlap[]

パラメーター

名前 説明 既定値
boxes readonly BoxBounds[] 追加説明はありません。

戻り値

ContainerOverlap[]

libs/@shumoku/core/src/layout/invariants.ts:506