Class SatisfyMethod

Implements

Constructors

Properties

Constructors

Properties

conditions: (string | SatisfyMethod)[]

Conditions can either be the instance ID string of the plugin to check success for or another satisfyMethod object.

options?: {
    minNumSatisfied?: number;
}
type: "AND" | "OR" | "NOT"