MAIDR Documentation - v3.72.1
    Preparing search index...

    Class CommandFactory

    Factory for creating command instances based on key input.

    Note: PointerGuidanceCommand is intentionally not produced here. It is wired directly by Mousebindingservice because its contract carries raw pointer coordinates (clientX/clientY) per event, which doesn't fit the keyword-based Keys lookup this factory uses.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Creates a command instance based on the provided key input.

      Parameters

      • command: never

        The key command to create a Command instance for.

      Returns Command

      The corresponding command instance for the given key.