Hex Core JS
Preparing search index...
Core
GlobalStackingContextValue
Type Alias GlobalStackingContextValue
type
GlobalStackingContextValue
=
{
addStackIndex
:
(
stackIndex
:
number
)
=>
string
;
maxStackIndex
:
number
;
maxStackIndexKey
:
string
;
minStackIndex
:
number
;
minStackIndexKey
:
string
;
removeStackIndex
:
(
key
:
string
)
=>
void
;
updateStackIndex
:
(
key
:
string
,
stackIndex
:
number
)
=>
void
;
}
Index
Properties
add
Stack
Index
max
Stack
Index
max
Stack
Index
Key
min
Stack
Index
min
Stack
Index
Key
remove
Stack
Index
update
Stack
Index
Properties
add
Stack
Index
addStackIndex
:
(
stackIndex
:
number
)
=>
string
max
Stack
Index
maxStackIndex
:
number
max
Stack
Index
Key
maxStackIndexKey
:
string
min
Stack
Index
minStackIndex
:
number
min
Stack
Index
Key
minStackIndexKey
:
string
remove
Stack
Index
removeStackIndex
:
(
key
:
string
)
=>
void
update
Stack
Index
updateStackIndex
:
(
key
:
string
,
stackIndex
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Stack
Index
max
Stack
Index
max
Stack
Index
Key
min
Stack
Index
min
Stack
Index
Key
remove
Stack
Index
update
Stack
Index
Hex Core JS
Loading...