Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
apis
cortex
Function
Interface Function
interface
Function
{
description
:
string
;
enabled
?:
boolean
;
fn
:
(
(
p
:
FunctionParameters
)
=>
any
)
;
name
:
string
;
parameters
:
FunctionParameters
;
return_type
:
any
;
}
Index
Properties
description
enabled?
fn
name
parameters
return_
type
Properties
description
description
:
string
Optional
enabled
enabled
?:
boolean
fn
fn
:
(
(
p
:
FunctionParameters
)
=>
any
)
name
name
:
string
parameters
parameters
:
FunctionParameters
return_
type
return_
type
:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
enabled
fn
name
parameters
return_
type
Tidyscripts Docs
Loading...