Member Junction
Preparing search index...
@memberjunction/interactive-component-types
CustomComponentMethod
Interface CustomComponentMethod
Defines a single custom component method
interface
CustomComponentMethod
{
description
:
string
;
name
:
string
;
parameters
:
{
description
?:
string
;
name
:
string
;
type
:
string
}
[]
;
returnType
:
string
;
}
Index
Properties
description
name
parameters
return
Type
Properties
description
description
:
string
name
name
:
string
parameters
parameters
:
{
description
?:
string
;
name
:
string
;
type
:
string
}
[]
return
Type
returnType
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
parameters
return
Type
Member Junction
Loading...
Defines a single custom component method