UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

12 lines (11 loc) 295 B
import { ActionItem } from '../action-item.component'; export declare class ActionButton extends ActionItem { /** * Constructor for ActionButton. */ constructor(); /** * Method called when action button is clicked. */ execute(model?: any): void; }