[Go to site: main page, start]

Interface InputDeclaration

interface InputDeclaration {
    name: string;
    type: "input";
    value: Model.Expression<Model.VariableRef>;
}
Index

Properties

Properties

name: string
type: "input"