スクリプトパーツ

interface ScriptParts {
    componentName?: string;
    script: string;
    templateInterpretType: TemplateInterpretType;
    type: TopViewPartsType;
}

Hierarchy

  • TopViewPartsBase
    • ScriptParts

Properties

componentName?: string

コンポーネント名

script: string

スクリプト

templateInterpretType: TemplateInterpretType

テンプレート解釈タイプ

TopViewPartsタイプ