Interface IUICommandFactory

Index

Methods

Methods

public create(label: string): UICommand

Parameters

  • label: string

Returns

UICommand

public createWithHandler(label: string, action: UICommandInvokedHandler): UICommand

Parameters

Returns

UICommand

public createWithHandlerAndId(label: string, action: UICommandInvokedHandler, commandId: any): UICommand

Parameters

Returns

UICommand