@mendix/extensions-api - v0.10.0
    Preparing search index...

    Interface DataTransformerCreationOptions

    interface DataTransformerCreationOptions {
        jsltContent?: string;
        jsonSource?: string;
        name?: string;
    }
    Index

    Properties

    jsltContent?: string
    jsonSource?: string
    name?: string