Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/declarations
ClassMethodType
Type Alias ClassMethodType<This>
ClassMethodType
:
(
this
:
This
,
...
args
:
any
[]
)
=>
any
ClassMethodType Type.
Represents a method type within a class, with a specific context.
Type Parameters
This
=
unknown
Type Declaration
(
this
:
This
,
...
args
:
any
[]
)
:
any
Parameters
this
:
This
...
args
:
any
[]
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
ClassMethodType Type.
Represents a method type within a class, with a specific context.