• @Matrix decorator creates a two-dimensional array based on the specified width and height arguments.

    Type Parameters

    • This extends object

      The type of the class the decorator is applied to.

    • Value

      The type of the decorated property.

    • Args extends string

    Parameters

    Returns DecoratorType<This, Value>

    The property decorator function.