ColorDefinition: {
100
:string
;200
:string
;300
:string
;400
:string
;50
:string
;500
:string
;600
:string
;700
:string
;800
:string
;900
:string
; } |string
Defined in: theme.ts:9
NavigationItem: {
authenticated
:boolean
;label
:string
;to
:string
; } | {authenticated
:boolean
;href
:string
;label
:string
; }
Defined in: components/Navigation.tsx:21
NavigationOptions:
object
Defined in: components/Navigation.tsx:33
items:
NavigationItem
[]
Parameters<
T
>:T
extends (...args
) =>any
?P
:never
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1633
Obtain the parameters of a function type in a tuple
• T extends (...args
) => any
Record<
K
,T
>:{ [P in K]: T }
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1606
Construct a type with a set of properties K of type T
• K extends keyof any
• T
ThemeSettings:
object
Defined in: theme.ts:24
optional
colors:Record
<string
,ColorDefinition
>
Specific color definitions to use in the theme.
The most common use case is to define a primary
color.
{
"colors": {
"primary": {
"50": "#E5F2FF",
"100": "#B8DBFF",
"200": "#8AC4FF",
"300": "#5CADFF",
"400": "#2E96FF",
"500": "#007FFF",
"600": "#0066CC",
"700": "#004C99",
"800": "#00264c",
"900": "#001933"
}
}
}
https://v2.chakra-ui.com/docs/styled-system/theme#colors
optional
colorScheme:string
Apply a default color scheme to all components. This supports all Chakra UI color schemes and is not provided by default.
https://v2.chakra-ui.com/docs/styled-system/theme#colors for available color schemes.
optional
extendTheme:Parameters
<typeofextendTheme
>[0
]
Extend the Chakra UI theme.
https://v2.chakra-ui.com/docs/styled-system/customize-theme#using-theme-extensions
TransferCollectionConfiguration:
object
Defined in: pages/transfer.tsx:38
collection_id:
string
The UUID of the Globus collection to list and transfer files from.
optional
label:string
A human-readable label for the Source Selector. If not provided,
the Collection's display_name
(and path
) will be used.
optional
path:string
The path on the collection to list and transfer files from.
extendTheme(...
extensions
):Record
<string
,any
>
Defined in: node_modules/@chakra-ui/theme-utils/dist/extend-theme.d.ts:19
...(Record
<string
, any
> | (theme
) => Record
<string
, any
>)[]
Record
<string
, any
>