mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(segment): add disabled input to documentation (#10167)
* Add Input property disabled to documentation. * Update segment.ts
This commit is contained in:

committed by
Brandy Carney

parent
f9a8ff696e
commit
47ed69e7a4
@ -70,7 +70,7 @@ export class SegmentButton {
|
|||||||
constructor(private _renderer: Renderer, private _elementRef: ElementRef) {}
|
constructor(private _renderer: Renderer, private _elementRef: ElementRef) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @input {boolean} disabled state of the button. Optional.
|
||||||
*/
|
*/
|
||||||
@Input()
|
@Input()
|
||||||
get disabled(): boolean {
|
get disabled(): boolean {
|
||||||
|
Reference in New Issue
Block a user