ButtonGroupChild
Narrow contract that MatExpButtonGroupMatExpSplitButtonMatExpButtonMatExpIconButton
Keeping this interface narrow means a change to either button directive's public setters no longer ripples silently into both group/split-button implementations - only the adapter for the affected directive needs to change.
Methods
setSize
setShape
(shape: MatExpButtonShape) => voidParameters
| Name | Type | Description |
|---|---|---|
| shape | MatExpButtonShape |
Returns
voidsetAppearance
(appearance: MatButtonAppearance) => voidParameters
| Name | Type | Description |
|---|---|---|
| appearance | MatButtonAppearance |
Returns
voidsetDisabled
(disabled: boolean) => voidParameters
| Name | Type | Description |
|---|---|---|
| disabled | boolean |
Returns
voidType Definition
ButtonGroupChild