Interface CreateContextMenuItemComponentOptions

interface CreateContextMenuItemComponentOptions {
    component: unknown;
    id: string;
}

Properties

Properties

component: unknown
id: string