Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
keimeno
v0.3.0
Top Level Namespace
Keimeno
Base
Keystroke
FunctionKeys
Match
Matcher
Menu
Prompt
TextInput
Built with Crystal 1.9.2
2023-10-08 07:57:54 UTC
class
Keimeno::Match
Keimeno::Match
Reference
Object
Defined in:
keimeno/menu/match.cr
Constructors
.new
(text : String, index : Int32)
Instance Method Summary
#index
: Int32
#index=
(index : Int32)
#text
: String
#text=
(text : String)
Constructor Detail
def self.
new
(text : String, index : Int32)
#
[
View source
]
Instance Method Detail
def
index
: Int32
#
[
View source
]
def
index=
(index : Int32)
#
[
View source
]
def
text
: String
#
[
View source
]
def
text=
(text : String)
#
[
View source
]