QueryByBoundAttribute

typealias QueryByBoundAttribute<T> = (container: HTMLElement, id: Matcher, options: MatcherOptions?) -> T?(source)