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

    Interface DesignPropertyValueCreationOptions

    interface DesignPropertyValueCreationOptions {
        key: string;
        value: AbstractDesignPropertyValue;
    }
    Index

    Properties

    Properties

    key: string