Member Junction
    Preparing search index...

    A single parameter in a composition reference

    interface MJCompositionParam {
        isPassThrough: boolean;
        key: string;
        value: string;
    }
    Index

    Properties

    isPassThrough: boolean

    true if value is a pass-through variable name, false if literal

    key: string

    Parameter key name

    value: string

    Parameter value (literal string or variable name)