yaser2us / jdm-editor

Open-source Business Rules Engine Editor.

Home Page:https://gorules.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BETA JDM Editor

A JDM Editor Live demo and usage at https://gorules.github.io/jdm-editor/

Decision Graph

Coming soon

Decision Table

Rules Engine Editor

API

export type DecisionTableContextProps = {
    id?: string
    name?: string
    defaultValue?: DecisionTableProps
    value?: DecisionTableProps
    onChange?: (decisionTable: DecisionTableProps) => void
    namespace?: string
    activeRules?: string[]
    configurable?: boolean
    disabled?: boolean
    disableHitPolicy?: boolean
    inputsSchema?: SchemaSelectProps[]
    outputsSchema?: SchemaSelectProps[]
    cellRenderer?: (props: CellProps) => JSX.Element | null | undefined
}

License

MIT © GoRules

About

Open-source Business Rules Engine Editor.

https://gorules.io

License:MIT License


Languages

Language:TypeScript 93.8%Language:SCSS 4.5%Language:JavaScript 1.5%Language:HTML 0.2%