API documentation  2.0rc1
Public Member Functions | List of all members
client::IntersectionObserverInit Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Elementget_root ()
 
void set_root (Element *)
 
Stringget_rootMargin ()
 
void set_rootMargin (const String &)
 
double get_threshold ()
 
void set_threshold (double)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_root()

Element* client::IntersectionObserverInit::get_root ( )

◆ get_rootMargin()

String* client::IntersectionObserverInit::get_rootMargin ( )

◆ get_threshold()

double client::IntersectionObserverInit::get_threshold ( )

◆ set_root()

void client::IntersectionObserverInit::set_root ( Element )

◆ set_rootMargin()

void client::IntersectionObserverInit::set_rootMargin ( const String )

◆ set_threshold()

void client::IntersectionObserverInit::set_threshold ( double  )