Files
2019-09-21 10:13:46 +05:30

1.7 KiB

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>