Preparing search index...
The search index is not available
Scrypted Documentation
Scrypted Documentation
Scriptable
Interface Scriptable
Hierarchy
Scriptable
Index
Methods
save
Script
load
Scripts
eval
Methods
save
Script
save
Script
(
script
:
ScriptSource
)
:
Promise
<
void
>
Parameters
script:
ScriptSource
Returns
Promise
<
void
>
load
Scripts
load
Scripts
(
)
:
Promise
<
{
[filename:
string
]
:
ScriptSource
;
}
>
Returns
Promise
<
{
[filename:
string
]
:
ScriptSource
;
}
>
eval
eval
(
source
:
ScriptSource
, variables
?:
{
[name:
string
]
:
any
;
}
)
:
Promise
<
any
>
Parameters
source:
ScriptSource
Optional
variables:
{
[name:
string
]
:
any
;
}
[
name:
string
]:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Scrypted
Documentation
Scriptable
save
Script
load
Scripts
eval
Generated using
TypeDoc