All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JSStaticValue

This structure describes a statically declared value property.

Overview

  • name A null-terminated UTF8 string containing the property's name.
  • getProperty A JSObjectGetPropertyCallback to invoke when getting the property's value.
  • setProperty A JSObjectSetPropertyCallback to invoke when setting the property's value. May be NULL if the ReadOnly attribute is set.
  • attributes A logically ORed set of JSPropertyAttributes to give to the property.

Public Attributes

const char * name
 
JSObjectGetPropertyCallback getProperty
 
JSObjectSetPropertyCallback setProperty
 
JSPropertyAttributes attributes
 

Member Data Documentation

◆ attributes

◆ getProperty

◆ name

const char* name

◆ setProperty


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