Idris2Doc : Qutescript.Command

Qutescript.Command

(source)

Definitions

dataKey : Type
Totality: total
Visibility: public export
Constructors:
Chr : Char->Key
Tab : Key
Esc : Key
Return : Key

Hints:
FromCharKey
InterpolationKey
dataTarget : Type
Totality: total
Visibility: public export
Constructors:
Normal : Target
Tab : Target
BackgroundTab : Target
Window : Target

Hint: 
InterpolationTarget
tgt : Target->String
Totality: total
Visibility: export
dataPrivacy : Type
Totality: total
Visibility: public export
Constructors:
Private : Privacy
NotPrivate : Privacy

Hint: 
InterpolationPrivacy
dataSecurity : Type
Totality: total
Visibility: public export
Constructors:
Secure : Security
NotSecure : Security

Hint: 
InterpolationSecurity
dataRel : Type
Totality: total
Visibility: public export
Constructors:
Related : Rel
NotRelated : Rel

Hint: 
InterpolationRel
dataGlobality : Type
Totality: total
Visibility: public export
Constructors:
Global : Globality
NotGlobal : Globality

Hint: 
InterpolationGlobality
dataCommand : Type
Totality: total
Visibility: public export
Constructors:
Back : Target->Command
ClickElement : Target->String->String->Command
Close : Command
FakeKeys : Globality->ListKey->Command
Forward : Target->Command
Help : Target->String->Command
InsertText : String->Command
Open : Target->Rel->Privacy->Security->String->Command

Hint: 
InterpolationCommand
open' : String->Command
Totality: total
Visibility: public export
openIn : Target->String->Command
Totality: total
Visibility: public export
fakeKeys : ListKey->Command
Totality: total
Visibility: public export
fakeKey : Key->Command
Totality: total
Visibility: public export