Rezi
    Preparing search index...

    Function computeNodeState

    • Compute NodeState for a flattened node.

      Type Parameters

      • T

      Parameters

      • flatNode: FlattenedNode<T>

        The flattened node

      • expanded: readonly string[]

        Set of expanded node keys

      • selected: string | undefined

        Currently selected node key

      • focused: string | undefined

        Currently focused node key

      • loading: ReadonlySet<string>

        Set of loading node keys

      • OptionalexpandedSet: ReadonlySet<string>

      Returns NodeState

      NodeState for the node