PositionParent: HTMLElement | {
    elementTarget?: HTMLElement;
}

Defines the TJSPosition parent element. Provide either an HTMLElement directly or an object with an elementTarget property / accessor defining the parent HTMLElement.