[Go to site: main page, start]

Interface LocalDeclaration

interface LocalDeclaration {
    name: string;
    type: "local";
    value: Model.Expression;
}
Index

Properties

Properties

name: string
type: "local"