Interface RulesEditorOptions

interface RulesEditorOptions {
    factsEditor?: FC<FactsEditorProps>;
    showFactsEditor?: boolean;
}

Properties

factsEditor?: FC<FactsEditorProps>
showFactsEditor?: boolean