Parameters

fmgp.typings.std.Parameters
trait Parameters[T]() extends StObject

NOTE: Conditional type definitions are impossible to translate to Scala. See https://www.typescriptlang.org/docs/handbook/2/conditional-types.html for an intro. You'll have to cast your way around this structure, unfortunately. TS definition:

  T extends (args : infer P): any ? P : never

Attributes

Graph
Supertypes
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object