interface RuleConfigBase {
    id?: string;
    priority?: PriorityString;
    toData?: RuleSectionConfig;
    toView?: RuleSectionConfig;
}

Properties

id?: string

Optional ID for rule. Possibly useful for debugging purpose. Propagated as part of the default ID to section configurations.

priority?: PriorityString

The default priority to be propagated to rule sections. May be overridden in sections.