Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface InputDeclaration

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

    Properties

    Properties

    name: string
    type: "input"