Function createReactivePosition
- createReactivePosition(options): ((elOrWindow: HTMLElement | Window, value: Atom<null | PositionObject>) => undefined | (() => void))
Parameters
- options: ReactivePositionOptions
Returns ((elOrWindow: HTMLElement | Window, value: Atom<null | PositionObject>) => undefined | (() => void))
- (elOrWindow, value): undefined | (() => void)
Returns undefined | (() => void)