File

libs/nx/src/models/showroom-json.ts

Description

Schema Definition for a file, which can be used to provide additional configuration in showroom journeys

Index

Properties

Properties

allowedPfeActions (Optional)
Type { types?: string[] }
Description

List of PFE action types that should run in the showroom journey.

initialPfeState (Optional)
Type { }
Description

Data to be stored in the PFE state when a journey starts.

export interface ShowroomJsonSchema {
  /**
   * List of PFE action types that should run in the showroom journey.
   */
  allowedPfeActions?: {
    types?: string[];
  };
  /**
   * Data to be stored in the PFE state when a journey starts.
   */
  initialPfeState?: { [key: string]: unknown };
}

results matching ""

    No results matching ""