Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "resources": {
- "commentFormats": {
- "headerComments": "//-------------------------------------------------------------------------------------------------------------------------------------------------\n//\t[<file-name.ext>]\n//\n//\tPurpose: [<Component created for the .... element which displays the .... along with its...]\n//\tLoc Ref: (Locations-referenced:) [<MainContainer>]\n//\tDep: [<useEffect, useState>], [<inning, inningNum, isTop, arrow-box, top-arrow, bottom-arrow(hidden)>]\n//\n//\tJT, JG\n//\t6/30/2024\n//----------------------------------------------------------------------------------------------as long as the longest single line of code",
- "inlineComments": "//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n// name: function/component[<#name#>]\n// purpose: explanation of the reason for this element\n// functionality: what it does\n//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
- "sectionComments": "//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n//\n// Top Container Layer Components: Score & Inning\n//\n//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
- "markdownSyntaxExample": "```markdown\nHere you can place an example of markdown usage if needed.\n```"
- }
- },
- "components": {
- "frequentlyUsedStrings": [
- {
- "name": "inning",
- "description": "Used to track innings in the application"
- },
- {
- "name": "componentVariables",
- "description": "Variables commonly used in components"
- }
- ],
- "documentation": [
- {
- "fileName": "mainContainer.jsx",
- "variables": "List of variables used in MainContainer component",
- "globalVariables": "List of global variables referenced by MainContainer"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment