Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlyExecBase Abstract

Hierarchy

  • PlyExecBase

Implements

Index

Constructors

Properties

instance: StepInstance
logger: Logger
step: FlowStep

Methods

  • evaluateToString(expr: string, values: any): string
  • getAttribute(name: string, values: object, options?: { required?: boolean; trusted?: boolean }): undefined | string
  • Returns a substituted attribute value

    Parameters

    • name: string
    • values: object
    • Optional options: { required?: boolean; trusted?: boolean }
      • Optional required?: boolean
      • Optional trusted?: boolean

    Returns undefined | string

  • isExpression(input: string): boolean
  • isTrustRequired(): boolean

Generated using TypeDoc