Ir al contenido
Developer Preview — APIs and language features may change before 1.0

inputs

Esta página aún no está disponible en tu idioma.

Alias section for accepts (input fields)

  • en: inputs
  • de: Eingaben
  • es: entradas
  • fr: entrées / entrees
  • ja: 入力
  • ko: 입력
  • zh: 输入

inputs and outputs mean the same as accepts and responds with — an accepted alternative spelling of the same sections.

machine alias_form
inputs
text as text
outputs
result as text
behaves
compute go
{result: input.text}
verifies
test "echoes through the alias sections"
given {text: "hello"}
expect {result: "hello"}