Now with external links
This commit is contained in:
parent
2d79cc68aa
commit
b8160b3a55
3 changed files with 35 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue