Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise

getFunctionNameInfo

Function: getFunctionNameInfo()

ts
function getFunctionNameInfo(staticFnName, splitBy): object;

Defined in: utils.ts:280

Assumes that a function name is in the format of parentName_fnKey and returns the fnKey and fnName in the format of parentName.fnKey.

Parameters

staticFnName

string

splitBy

"_" | "."

Returns

object

fnKey

ts
fnKey: string;

fnName

ts
fnName: string;

parentName

ts
parentName: string;