fbs-params.js — react Source File
Architecture documentation for fbs-params.js, a javascript file in the react codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 445aaa09_45db_5677_efa3_c51439dd5ee2["fbs-params.js"] 2db15464_200a_540f_8671_b62de113ab09["fbt"] 445aaa09_45db_5677_efa3_c51439dd5ee2 --> 2db15464_200a_540f_8671_b62de113ab09 style 445aaa09_45db_5677_efa3_c51439dd5ee2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {fbs} from 'fbt';
function Component(props) {
return (
<div
title={
<fbs desc={'Dialog to show to user'}>
Hello <fbs:param name="user name">{props.name}</fbs:param>
</fbs>
}>
Hover me
</div>
);
}
export const FIXTURE_ENTRYPOINT = {
fn: Component,
params: [{name: 'Sathya'}],
};
Domain
Subdomains
Functions
Dependencies
- fbt
Source
Frequently Asked Questions
What does fbs-params.js do?
fbs-params.js is a source file in the react codebase, written in javascript. It belongs to the TestingUtilities domain, Fixtures subdomain.
What functions are defined in fbs-params.js?
fbs-params.js defines 1 function(s): Component.
What does fbs-params.js depend on?
fbs-params.js imports 1 module(s): fbt.
Where is fbs-params.js in the architecture?
fbs-params.js is located at compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/fbs-params.js (domain: TestingUtilities, subdomain: Fixtures, directory: compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free