CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Class NextJS::NextJSStaticReactComponentPropsStep

A step modeling the flow from the server-computed props object to the default exported React component that renders the page.

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

step

Holds if predsucc should be considered a data flow edge.

Inherited predicates

loadStep

Holds if the property prop of the object pred should be loaded into succ.

from SharedFlowStep
loadStoreStep

Holds if the property prop should be copied from the object pred to the object succ.

from SharedFlowStep
loadStoreStep

Holds if the property loadProp should be copied from the object pred to the property storeProp of object succ.

from SharedFlowStep
step

Holds if predsucc should be considered a data flow edge transforming values with label predlbl to have label succlbl.

from SharedFlowStep
storeStep

Holds if pred should be stored in the object succ under the property prop. The object succ must be a DataFlow::SourceNode for the object wherein the value is stored.

from SharedFlowStep
toString

Gets a textual representation of this element.

from Unit