interface IRule {
    ancestors?: number[];
}

Implemented by

Properties

Properties

ancestors?: number[]

The IDs of the parent fields in the template according to the form logic rule.