Skip to main content
참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
A Fragment which represents a method.

Extends

Properties

Methods

format()

Returns a string representation of this fallback as format.

Parameters

Returns

string

Overrides

Fragment.format

Source

abi/fragments.ts:1479

from()

Returns a new FallbackFragment for obj.

Parameters

Returns

FallbackFragment

Overrides

Fragment.from

Source

abi/fragments.ts:1493

isConstructor()

Returns true if value is a ConstructorFragment.

Parameters

Returns

value is ConstructorFragment

Inherited from

Fragment.isConstructor

Source

abi/fragments.ts:1122

isError()

Returns true if value is an ErrorFragment.

Parameters

Returns

value is ErrorFragment

Inherited from

Fragment.isError

Source

abi/fragments.ts:1129

isEvent()

Returns true if value is an EventFragment.

Parameters

Returns

value is EventFragment

Inherited from

Fragment.isEvent

Source

abi/fragments.ts:1136

isFragment()

Returns true and provides a type guard if value is a FallbackFragment.

Parameters

Returns

value is FallbackFragment

Source

abi/fragments.ts:1574

isFunction()

Returns true if value is a FunctionFragment.

Parameters

Returns

value is FunctionFragment

Inherited from

Fragment.isFunction

Source

abi/fragments.ts:1143

isStruct()

Returns true if value is a StructFragment.

Parameters

Returns

value is StructFragment

Inherited from

Fragment.isStruct

Source

abi/fragments.ts:1150