UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 393 B
export declare const EXPR_WHITE_LIST: string[]; /** * Processes options object to convert expressions to functions. * @param options Options object to process. * @param isSpecRoot Whether the options is the root of the spec. * @returns Processed options object with expressions converted to functions. */ export declare function parseOptionsExpr(options: any, isSpecRoot?: boolean): any;