オーバーレイにコンポーネントを配置するときに使用する PositionSettings。
ストラテジ インスタンスをクローンします。
settings.positionStrategy.clone();
この配置ストラテジのクローン
このインターフェイスを実装する PositionStrategy に基づいて要素を配置します。
The HTML element to be positioned
Size of the element
reference to the Document object
should be true if this is the initial call to the method
attaching target for the component to show
settings.positionStrategy.position(content, size, document, true);
PositionSettings で渡された開始点および方向に基づいて要素を位置します。 配置ベースとして開始点または HTMLElement を渡せます。