ChildrenTaggingQuery
An object pairing a CSS Selector string to a set of TaggingAttributes.
Mutation Observer executes queryAll via querySelectorAll. Matches are decorated with tagAs attributes.
type ChildrenTaggingQuery = {
queryAll: string,
tagAs: TagLocationAttributes,
}
see also