Link Search Menu Expand Document

ContextMenuInteraction.Appearance

Constants that describe the appearance of the menu.

public enum Appearance: Int 

Inheritance

Int

Enumeration Cases

unknown

No menu appearance.

case unknown

rich

A modal menu with an optional preview.

case rich

compact

A nonmodal, compact menu with no preview.

case compact