My Project
Public Attributes | List of all members
JSNIAccessorPropertyDescriptor Struct Reference

Public Attributes

JSNICallback getter
 
JSNICallback setter
 
JSNIPropertyAttributes attributes
 
void * data
 

Member Data Documentation

◆ attributes

JSNIPropertyAttributes JSNIAccessorPropertyDescriptor::attributes

Property attributes

◆ data

void* JSNIAccessorPropertyDescriptor::data

The pointer of data passed to accessor getter and setter

◆ getter

JSNICallback JSNIAccessorPropertyDescriptor::getter

Accessor callback of getter

◆ setter

JSNICallback JSNIAccessorPropertyDescriptor::setter

Accessor callback of setter


The documentation for this struct was generated from the following file: