Class: ButtonMaker - boris-jenicek/ngx-awesome-popup GitHub Wiki

Class: ButtonMaker

returns It will return custom button object ready to be used in child component layout.

Implements

Constructors

constructor

+ new ButtonMaker(label: string, ID: string, layoutType?: ButtonLayoutDisplay): ButtonMaker

Parameters:

Name Type
label string
ID string
layoutType ButtonLayoutDisplay

Returns: ButtonMaker

Properties

ID

ID: string

Implementation of: IButton.ID


label

label: string

Implementation of: IButton.label


layoutType

layoutType: ButtonLayoutDisplay

Implementation of: IButton.layoutType