UNPKG

@foxpage/foxpage-manager

Version:

foxpage resource manager

17 lines (16 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FPFunctionType = void 0; /** * function type * * @export * @enum {number} */ var FPFunctionType; (function (FPFunctionType) { /** * js function */ FPFunctionType["JAVASCRIPT_FUNCTION"] = "javascript.function"; })(FPFunctionType = exports.FPFunctionType || (exports.FPFunctionType = {}));