ActiveListPredicateMode
TYPE DEFINITION
Represents where the action needs to take place for when a predicate is provided.
- When the mode is 'at', the ActiveListContent is inserted to the position where the predicate matches. This is the default mode.
- When the mode is 'after', the ActiveListContent is inserted to after the position where the predicate matches.
- When the mode is 'before', the ActiveListContent is inserted to before the position where the predicate matches.
Since 1.0.0
Union of
|
"at"
|
"before"
|
"after"