Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HITLayoutParameter

import type { HITLayoutParameter } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";

The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.

interface HITLayoutParameter {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

The name of the parameter in the HITLayout.

§
Value: string
[src]

The value substituted for the parameter referenced in the HITLayout.