Member Junction
    Preparing search index...

    Interface MJCompositionRefContent

    Parsed content for MJ_COMPOSITION_REF tokens

    interface MJCompositionRefContent {
        categoryPath: string;
        kind: "composition_ref";
        parameters: MJCompositionParam[];
        queryName: string;
    }
    Index

    Properties

    categoryPath: string
    kind: "composition_ref"
    parameters: MJCompositionParam[]
    queryName: string