KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
JustifySelf
Type Alias JustifySelf
JustifySelf
:
|
{
type
:
"auto"
}
|
{
type
:
"normal"
}
|
{
type
:
"stretch"
}
|
{
type
:
"baseline-position"
;
value
:
BaselinePosition
}
|
{
overflow
?:
OverflowPosition
|
null
;
type
:
"self-position"
;
value
:
SelfPosition
;
}
|
{
overflow
?:
OverflowPosition
|
null
;
type
:
"left"
}
|
{
overflow
?:
OverflowPosition
|
null
;
type
:
"right"
}
A value for the
justify-self
property.
Type Declaration
{
type
:
"auto"
}
{
type
:
"normal"
}
{
type
:
"stretch"
}
{
type
:
"baseline-position"
;
value
:
BaselinePosition
}
{
overflow
?:
OverflowPosition
|
null
;
type
:
"self-position"
;
value
:
SelfPosition
;
}
Optional
overflow
?:
OverflowPosition
|
null
An overflow alignment mode.
type
:
"self-position"
value
:
SelfPosition
A self position keyword.
{
overflow
?:
OverflowPosition
|
null
;
type
:
"left"
}
Optional
overflow
?:
OverflowPosition
|
null
An overflow alignment mode.
type
:
"left"
{
overflow
?:
OverflowPosition
|
null
;
type
:
"right"
}
Optional
overflow
?:
OverflowPosition
|
null
An overflow alignment mode.
type
:
"right"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
A value for the justify-self property.