Skip to content

Class: ButtonMaker

Boris Jenicek edited this page Dec 20, 2021 · 2 revisions

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

Clone this wiki locally