Hex Core JS
    Preparing search index...

    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

    addStackIndex: (stackIndex: number) => string
    maxStackIndex: number
    maxStackIndexKey: string
    minStackIndex: number
    minStackIndexKey: string
    removeStackIndex: (key: string) => void
    updateStackIndex: (key: string, stackIndex: number) => void