ContextMenuItem: {
    callback?: string | (() => void);
    disabled?: boolean;
    text: string;
    value: string;
    visible?: boolean;
}

Type declaration

  • Optional callback?: string | (() => void)
  • Optional disabled?: boolean
  • text: string
  • value: string
  • Optional visible?: boolean

Generated using TypeDoc