Interface Actions

interface Actions {
    items: { style: string; text: string; value: string }[];
    type: "actions";
}

Properties

Properties

items: { style: string; text: string; value: string }[]
type: "actions"