trait WorkflowJson extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkflowJson
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
_activeworkflowid_value: UndefOr[String]
- Annotations
- @JSOptional()
-
val
_ownerid_str: UndefOr[String]
- Annotations
- @JSOptional() @JSName( ... )
-
val
_ownerid_value: UndefOr[String]
- Annotations
- @JSOptional()
-
val
_parentworkflowid_value: UndefOr[String]
- Annotations
- @JSOptional()
-
val
_solution_id_value: UndefOr[String]
- Annotations
- @JSOptional()
-
val
category: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
componentstate: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
description: UndefOr[String]
- Annotations
- @JSOptional()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
mode: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
name: UndefOr[String]
- Annotations
- @JSOptional()
-
val
ondemand: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
solutionid: UndefOr[String]
- Annotations
- @JSOptional()
-
val
statecode: UndefOr[Int]
- Annotations
- @JSOptional()
-
val
statuscode: UndefOr[Int]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
val
uniquename: UndefOr[String]
- Annotations
- @JSOptional()
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
workflowid: UndefOr[String]
- Annotations
- @JSOptional()
-
val
wtype: UndefOr[Int]
- Annotations
- @JSOptional() @JSName( "type" )