ActiveListPredicateOptions

TYPE DEFINITION

Represents options for methods which require predicates.

Since 1.0.0

Properties

  • mode

    ActiveListPredicateMode

    Represents where the action needs to take place for when a predicate is provided.

    Represents where the action needs to take place for when a predicate is provided.

    1. When the mode is 'at', the ActiveListContent is inserted to the position where the predicate matches. This is the default mode.
    2. When the mode is 'after', the ActiveListContent is inserted to after the position where the predicate matches.
    3. When the mode is 'before', the ActiveListContent is inserted to before the position where the predicate matches.

    Since 1.0.0