Function useRegisterValue

  • A hook that reads and update the unpacked value of a register

    Returns

    unpacked value of the register. Empty array if missing.

    Type Parameters

    • T extends any[]

    Parameters

    • register: JDRegister

      register to listen for changes

    • Optional options: RegisterOptions
    • deps: DependencyList = []

    Returns T

Generated using TypeDoc