JSVM_DefineClassOptions

typedef struct {...} JSVM_DefineClassOptions

Overview

Defines the options of a class.

Since: 18

Related module: JSVM

Header file: jsvm_types.h

Summary

Member Variables

Name Description
JSVM_DefineClassOptionsId id Option ID of a class.
content Union of the option value of a class corresponding to the ID.
content.ptr Pointer to the class option value.
content.num Used to store the class option value of the integer type.
content.boolean Used to store the class option value of the Boolean type.