Now with external links

This commit is contained in:
uwap 2017-11-01 14:17:11 +01:00
parent 2d79cc68aa
commit b8160b3a55
3 changed files with 35 additions and 2 deletions

View file

@ -16,7 +16,10 @@ declare type ControlUI = {
icon?: string,
enableCondition?: (internal: string, actual: any) => boolean,
// LINK optiona properties
link?: string,
// TOGGLE optional properties
on?: string, // on override for toggle
off?: string, // off override for toggle