@datatrue/api
    Preparing search index...

    Class Step

    Base class for all DataTrue resource types

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    action: StepActions
    contextType: string = "test"
    name: string
    options: StepOptions = {}
    childTypes: readonly string[] = ...
    resourceType: string = "step"
    resourceTypeRun?: string

    Methods

    • Parameters

      • index: number

      Returns void

    • Parameters

      • index: number

      Returns void

    • Convert the resource to an Object

      Returns Promise<Record<string, any>>

      object representation of the resource

    • Create a resource from an object

      Parameters

      • obj: Record<string, any>

        object to create resource from

      • copy: boolean = false

        whether to create a copy of the resource or not (removes resource IDs)

      Returns Step

      new Resource