11 lines
129 B
Go
11 lines
129 B
Go
package wde
|
|
|
|
type ContexMenuIsland struct {
|
|
Rows []ContexMenuRow
|
|
}
|
|
|
|
type ContexMenuRow struct {
|
|
Label string
|
|
Action string
|
|
}
|