@globus/static-data-portal • Docs
ColorDefinition:
object
|string
NavigationItem:
object
|object
NavigationOptions:
object
items:
NavigationItem
[]
Parameters<
T
>:T
extends (...args
) =>any
?P
:never
Obtain the parameters of a function type in a tuple
• T extends (...args
) => any
node_modules/typescript/lib/lib.es5.d.ts:1633
Record<
K
,T
>:{ [P in K]: T }
Construct a type with a set of properties K of type T
• K extends keyof any
• T
node_modules/typescript/lib/lib.es5.d.ts:1606
ThemeSettings:
object
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
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
extendTheme:Parameters
<typeofextendTheme
>[0
]
Extend the Chakra UI theme.
https://v2.chakra-ui.com/docs/styled-system/customize-theme#using-theme-extensions
TransferCollectionConfiguration:
object
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
>
• ...extensions: (Record
<string
, any
> | (theme
) => Record
<string
, any
>)[]
Record
<string
, any
>
node_modules/@chakra-ui/theme-utils/dist/extend-theme.d.ts:19