For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Frame.scenario()

f.Frame.scenario(scenarioID, stepID)

개요

f.Frame.scenario()로 다른 시나리오를 호출할 수 있습니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

scenarioID

Yes

String

호출할 시나리오 ID

stepID

String

시작 스텝 ID

예시

// scenario-test 시나리오를 엽니다.
f.Frame.scenario("scenario-test").open();

마지막 업데이트

도움이 되었나요?