Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2024
1 parent 574862f commit 4515195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/review/api/alfa-dom.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,19 +895,19 @@ export namespace Query {
export abstract class Rule<T extends string = string> implements Equatable, Serializable {
protected constructor(type: T);
// (undocumented)
ancestors(): Iterable<Rule>;
ancestors(): Iterable_2<Rule>;
// @internal (undocumented)
_attachOwner(owner: Sheet): boolean;
// @internal (undocumented)
_attachParent(parent: Rule): boolean;
// (undocumented)
children(): Iterable<Rule>;
children(): Iterable_2<Rule>;
// (undocumented)
descendants(): Iterable<Rule>;
descendants(): Iterable_2<Rule>;
// (undocumented)
equals(value: unknown): value is this;
// (undocumented)
inclusiveAncestors(): Iterable<Rule>;
inclusiveAncestors(): Iterable_2<Rule>;
// (undocumented)
get owner(): Option<Sheet>;
// (undocumented)
Expand Down

0 comments on commit 4515195

Please sign in to comment.