Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.72 KB

_match_.md

File metadata and controls

64 lines (38 loc) · 1.72 KB

react-fiber-traverse

Globals / "match" /

External module: "match"

Index

Functions

Functions

matchAll

matchAll(node: FiberNode, match: string | CSSWhat.Selector[][]): Array<FiberNode>

Defined in match.ts:115

Parameters:

Name Type
node FiberNode
match string | CSSWhat.Selector[][]

Returns: Array<FiberNode>


matchFirst

matchFirst(node: FiberNode, match: string | CSSWhat.Selector[][]): FiberNode | null

Defined in match.ts:122

Parameters:

Name Type
node FiberNode
match string | CSSWhat.Selector[][]

Returns: FiberNode | null


matchGenerator

matchGenerator(node: FiberNode, match: string | CSSWhat.Selector[][]): IterableIterator<FiberNode>

Defined in match.ts:6

Parameters:

Name Type
node FiberNode
match string | CSSWhat.Selector[][]

Returns: IterableIterator<FiberNode>