interface PatronBlockingRulesEditorHandle {
    getValue: () => PatronBlockingRule[];
    validateAndGetValue: () => PatronBlockingRule[];
}

Properties

getValue: () => PatronBlockingRule[]
validateAndGetValue: () => PatronBlockingRule[]