Preparing search index...
The search index is not available
Scripting API
Scripting API
inspection/tests/CoreTestApi
IUpdateablePropertyTest
Interface IUpdateablePropertyTest
interface
IUpdateablePropertyTest
{
getProperties
(
)
:
Promise
<
any
>
;
updateProperties
(
newProps
:
Record
<
string
,
any
>
)
:
Promise
<
any
>
;
}
Implemented by
ButtonTestApi
ChartTestApi
DataCanvasTestApi
DateTimeTestApi
DefectListTestApi
FileTestApi
GroupTestApi
InputTestApi
LabelTestApi
OEETestApi
PartTestApi
PassFailTestApi
ProcessTestApi
RatingTestApi
SPCTestApi
TaskTestApi
TraceabilityTestApi
Index
Methods
get
Properties
update
Properties
Methods
get
Properties
get
Properties
(
)
:
Promise
<
any
>
Gets the test's properties
Returns
Promise
<
any
>
update
Properties
update
Properties
(
newProps
)
:
Promise
<
any
>
Updates the test with new values.
Parameters
newProps
:
Record
<
string
,
any
>
Object with new properties to use
Returns
Promise
<
any
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Properties
update
Properties
Scripting API
Loading...
Gets the test's properties