Action
    Preparing search index...

    Class Action<T>

    Encapsulates a method that has zero or one parameter and does not return a value.

    Type Parameters

    • T = undefined
    Index

    Constructors

    Constructors

    • Constructor for actions.

      Type Parameters

      • T = undefined

      Parameters

      • callback: () => void

        The callback function.

      Returns Action<T>

    • Type Parameters

      • T = undefined

      Parameters

      Returns Action<T>