This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
How to set the custom-componet type fields value? #85
Open
Description
I have this rules:
rules: [
{
type: "text",
id: "url_regex",
label: "Url Regex",
},
{
type: "custom",
id: "page_source",
label: "Page Source ",
},
{
type: "custom-component",
id: "page_dom_element",
label: "Page Dom Element",
operators: [],
component : PageDomElement,
},
],
Here, on the last rule you can see that I am using custom-component type as the component is PageDomElement
. In this PageDomElement
I have entered 3 input fields.
Now my question is how can I get this 3 input fields to query
?
Metadata
Metadata
Assignees
Labels
No labels