KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
PartialResolvedId
Interface PartialResolvedId
Make all properties in T optional
interface
PartialResolvedId
{
attributes
?:
Record
<
string
,
string
>
|
null
;
external
?:
boolean
|
"absolute"
|
"relative"
;
id
:
string
;
meta
?:
CustomPluginOptions
|
null
;
moduleSideEffects
?:
boolean
|
"no-treeshake"
|
null
;
resolvedBy
?:
string
;
syntheticNamedExports
?:
string
|
boolean
|
null
;
}
Hierarchy (
View Summary
)
Partial
<
PartialNull
<
ModuleOptions
>
>
PartialResolvedId
Index
Properties
attributes?
external?
id
meta?
module
Side
Effects?
resolved
By?
synthetic
Named
Exports?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
>
|
null
Optional
external
external
?:
boolean
|
"absolute"
|
"relative"
id
id
:
string
Optional
meta
meta
?:
CustomPluginOptions
|
null
Optional
module
Side
Effects
moduleSideEffects
?:
boolean
|
"no-treeshake"
|
null
Optional
resolved
By
resolvedBy
?:
string
Optional
synthetic
Named
Exports
syntheticNamedExports
?:
string
|
boolean
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
attributes
external
id
meta
module
Side
Effects
resolved
By
synthetic
Named
Exports
Github
KC's Workspace
Loading...
Make all properties in T optional