@oneblink/sdk-core
    Preparing search index...

    Type Alias ReplaceInjectablesBaseOptions

    ReplaceInjectablesBaseOptions: ReplaceInjectablesFormatters & {
        excludeNestedElements?: boolean;
        submission: S3SubmissionData["submission"];
        task: Task | undefined;
        taskGroup: TaskGroup | undefined;
        taskGroupInstance: TaskGroupInstance | undefined;
        userProfile: UserProfile | undefined;
    }

    Type declaration

    • OptionalexcludeNestedElements?: boolean

      Determine if only root level elements should be replaced.

      false will replace "{ELEMENT:Parent_Name}" and "{ELEMENT:Children|Name}".

      true will replace "{ELEMENT:Parent_Name}" but will NOT replace {ELEMENT:Children|Name}.

    • submission: S3SubmissionData["submission"]
    • task: Task | undefined
    • taskGroup: TaskGroup | undefined
    • taskGroupInstance: TaskGroupInstance | undefined
    • userProfile: UserProfile | undefined