The markExcluded parameter can be used to query or set the excluded attribute of a mark. If a mark is excluded from the current view, none of the elements that are associated with the mark will be visible.
query command
set command
The specified mark in the current view.
query markExcluded.[name | #id] set markExcluded.[name | #id] { on | off }
name | Use the name parameter to specify the name of an existing mark. Names may contain any characters but spaces and may not start with the # character. |
id | Use the id parameter to specify the id of an existing mark. |
on | Use the on parameter to indicate that the specified mark should be excluded from the current view. |
off | Use the off parameter to indicate that the specified mark should not be excluded from the current view. |
If you do not specify a mark name or a mark id, the last mark created will be used.
query markExcluded.test set markExcluded.test on set markExcluded.#3 off
query command
set command
headerMark parameter
mark parameter
markExcludedHeader parameter
markId parameter
markIncluded parameter