turbodombuilder - v0.9.48
    Preparing search index...

    Type Alias ScopedKey<KeyType, BlockKeyType>

    Pair containing a blockKey and an item key.

    type ScopedKey<KeyType = any, BlockKeyType = any> = {
        blockKey?: BlockKeyType;
        key?: KeyType;
    }

    Type Parameters

    • KeyType = any

      The per-item key type.

    • BlockKeyType = any

      The block-grouping key type.

    Index

    Properties

    Properties

    blockKey?: BlockKeyType
    key?: KeyType