Interface EntityToolbarItem

interface EntityToolbarItem {
    actionName: string;
    attributes: {
        [attr: string]: any;
    };
}

Properties

actionName: string
attributes: {
    [attr: string]: any;
}