ROOC
    Preparing search index...

    Class RoocFunction<T>

    Create a RoocFunction, this function can be provided to the RoocParser to be used in the transformation process

    the name of the function

    the type of parameters of the rooc function

    the type of the return value of the rooc function

    the function that will be called when the rooc function is called

    a description of the function

    Type Parameters

    Index

    Constructors

    • Type Parameters

      • T extends [string, SerializedPrimitiveKind][] = [string, SerializedPrimitiveKind][]

      Parameters

      • instance: JsFunction
      • name: string
      • parameters: T
      • returns: any
      • Optionaldescription: string

      Returns RoocFunction<T>

    Properties

    instance: JsFunction
    name: string
    description?: string
    parameters: T
    returns: any