Tilde Friends
JS API

Typedefs

typedef struct JSContext JSContext
 

Functions

void tf_api_register (JSContext *context)
 

Detailed Description

Functions that are ultimately exposed to apps.

Typedef Documentation

◆ JSContext

typedef struct JSContext JSContext

A JS context.

Function Documentation

◆ tf_api_register()

void tf_api_register ( JSContext context)

Register JS API functions.

Parameters
contextThe JS context.