@mendix/pluggable-widgets-tools
Version:
Mendix Pluggable Widgets Tools
3 lines (2 loc) • 2.96 kB
TypeScript
export declare const iconInput = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\" pluginWidget=\"true\"\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=\"Events\">\n <property key=\"icons\" type=\"object\" isList=\"true\">\n <caption>Icons</caption>\n <description />\n <properties>\n <propertyGroup caption=\"Icons\">\n <property key=\"firstIcon\" type=\"icon\">\n <caption>First icon</caption>\n <description /> \n </property>\n <property key=\"secondIcon\" type=\"icon\">\n <caption>Second Icon</caption>\n <description />\n </property>\n </propertyGroup>\n </properties>\n </property>\n </propertyGroup>\n <propertyGroup caption=\"System Properties\">\n <systemProperty key=\"Label\"></systemProperty>\n <systemProperty key=\"TabIndex\"></systemProperty>\n </propertyGroup>\n </properties>\n</widget>";
export declare const iconInputNative = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<widget id=\"mendix.mywidget.MyWidget\" needsEntityContext=\"true\" offlineCapable=\"true\" 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=\"Events\">\n <property key=\"icons\" type=\"object\" isList=\"true\">\n <caption>Icons</caption>\n <description />\n <properties>\n <propertyGroup caption=\"Icons\">\n <property key=\"firstIcon\" type=\"icon\">\n <caption>First icon</caption>\n <description /> \n </property>\n <property key=\"secondIcon\" type=\"icon\">\n <caption>Second Icon</caption>\n <description />\n </property>\n </propertyGroup>\n </properties>\n </property>\n </propertyGroup>\n <propertyGroup caption=\"System Properties\">\n <systemProperty key=\"Label\"></systemProperty>\n <systemProperty key=\"TabIndex\"></systemProperty>\n </propertyGroup>\n </properties>\n</widget>";