On this page

Type Alias ExpressionRegistration

ExpressionRegistration: new (...args: any) => Expression & {
    parse: ExpressionParser;
}
Was this helpful?
SDK JS
Reference
ExpressionRegistration