Root definitions

FilterOptionsJson<AuthorCriteria>

Permalink

Properties

exclude

Array<anyOf [AuthorCriteria, NamedCriteria<AuthorCriteria>, string]>

Only runs if include is not present. Each Criteria is comprised of conditions that the filter (Author/Item) being checked must "not" pass. See excludeCondition for set behavior

EX: isMod: true, name: Automoderator => Will pass if the Author IS NOT a mod and IS NOT named Automoderator

excludeCondition

string

  • OR => if ANY exclude condition "does not" pass then the exclude test passes
  • AND => if ALL exclude conditions "do not" pass then the exclude test passes

Defaults to OR

Default: OR

Valid values: AND, OR

include

Array<anyOf [AuthorCriteria, NamedCriteria<AuthorCriteria>, string]>

Will "pass" if any set of Criteria passes

Loading...

Editor and Validator