FunctionAuthTab({
authData,
setAuthData,
doSave,
selectedEnvData,
selectedEnvName,
selectedCollectionId,
}: AuthT
client/src/components/authTab/AuthTab.tsx:38
FunctionBasicModal({
isOpen,
onClose,
initialRef,
heading,
onClick,
isButtonDisabled,
buttonText,
buttonColor,
client/src/components/basicModal/BasicModal.tsx:28
FunctionBodyEditor({
content,
formDataContent,
setContent,
setFormDataContent,
selectedEnvData,
contentType,
setCo
client/src/components/bodyEditor/BodyEditor.tsx:22
FunctionBodyKVEditor({
content,
setContent,
selectedEnvData,
contentType,
isMultipart,
}: BodyKVEditorProps)
client/src/components/bodyEditor/BodyKVEditor.tsx:12
FunctionCmdPalette({
collections,
currentRequest,
currentCollection,
selectCollection,
setCollectionPanelTabIndex,
}:
client/src/components/cmdPalette/CmdPalette.tsx:16
FunctionCollectionPanel({
currentCollection,
collections,
dispatchCurrentCollection,
dispatchCollections,
tabIndex,
setTa
client/src/components/collectionPanel/CollectionPanel.tsx:51
FunctionCollectionRequest({
request,
selected,
depth,
type,
renameRequest,
selectRequest,
deleteRequest,
duplicateReque
client/src/components/collectionRequest/CollectionRequest.tsx:48
FunctionCollectionScript({
script,
selected,
depth,
selectScript,
deleteScript,
duplicateScript,
takeOwnership,
})
client/src/components/collectionScript/CollectionScript.tsx:47
FunctionCollectionView({
collection,
currentRequestId,
currentCollectionId,
currentScriptId,
selectCollection,
selectReq
client/src/components/collectionView/CollectionView.tsx:71
FunctionCollections({
collections,
currentCollectionId,
currentRequestId,
currentScriptId,
selectCollection,
selectRe
client/src/components/collections/Collections.tsx:32