다음을 통해 공유


ActivityTemplateConverter class

Converter구현하는 활동 템플릿 변환기입니다.

메서드

convert(Input | Output)

템플릿을 ActivityTemplate | StaticActivityTemplate다음 클래스 중 하나로 변환합니다.

메서드 세부 정보

convert(Input | Output)

템플릿을 ActivityTemplate | StaticActivityTemplate다음 클래스 중 하나로 변환합니다.

function convert(value: Input | Output): Output

매개 변수

value

Input | Output

활동을 만들기 위해 평가할 템플릿입니다.

반환

ActivityTemplate | StaticActivityTemplate다음 클래스가 될 수 있는 새 인스턴스입니다.