UNPKG

@mendix/pluggable-widgets-tools

Version:
3 lines (2 loc) 2.9 kB
export declare const attributeMetaDataWebInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\"\n pluginWidget=\"true\" supportedPlatform=\"Web\"\n xmlns=\"http://www.mendix.com/widget/1.0/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.mendix.com/widget/1.0/ ../xsd/widget.xsd\">\n <properties>\n <propertyGroup caption=\"General\">\n <property key=\"data\" type=\"datasource\" isList=\"true\">\n <caption>Reference</caption>\n <description />\n </property>\n <property key=\"metaString\" type=\"attribute\" isMetaData=\"true\" dataSource=\"data\">\n <caption>Reference</caption>\n <description />\n <attributeTypes>\n <attributeType name=\"String\" />\n </attributeTypes>\n </property>\n <property key=\"metaNumberDate\" type=\"attribute\" isMetaData=\"true\" dataSource=\"data\">\n <caption>Reference</caption>\n <description />\n <attributeTypes>\n <attributeType name=\"Integer\" />\n <attributeType name=\"DateTime\" />\n </attributeTypes>\n </property>\n </propertyGroup>\n </properties>\n</widget>"; export declare const attributeMetaDataNativeInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\"\n pluginWidget=\"true\" supportedPlatform=\"Native\"\n xmlns=\"http://www.mendix.com/widget/1.0/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.mendix.com/widget/1.0/ ../xsd/widget.xsd\">\n <properties>\n <propertyGroup caption=\"General\">\n <property key=\"data\" type=\"datasource\" isList=\"true\">\n <caption>Reference</caption>\n <description />\n </property>\n <property key=\"metaString\" type=\"attribute\" isMetaData=\"true\" dataSource=\"data\">\n <caption>Reference</caption>\n <description />\n <attributeTypes>\n <attributeType name=\"String\" />\n </attributeTypes>\n </property>\n <property key=\"metaNumberDate\" type=\"attribute\" isMetaData=\"true\" dataSource=\"data\">\n <caption>Reference</caption>\n <description />\n <attributeTypes>\n <attributeType name=\"Integer\" />\n <attributeType name=\"DateTime\" />\n </attributeTypes>\n </property>\n </propertyGroup>\n </properties>\n</widget>";