package wde type ContexMenuIsland struct { Rows []ContexMenuRow } type ContexMenuRow struct { Label string Action string }