Skip to main content

INNER_METHOD_TEMPLATE()

Description

short description...

Usage

INNER_METHOD_TEMPLATE(
parameter: type
): void;

Parameters

Example

// create Booking
const booking = new booking.Booking("#root", {
// initial configuration parameters
});

booking.api.INNER_METHOD_TEMPLATE("event", {
// parameters
});