Lines Matching refs:SegmentButtonItemOptions
313 pop(): SegmentButtonItemOptions | undefined
325 | [SegmentButtonItemOptions](#segmentbuttonitemoptions) \| undefined | Element removed from the arr…
333 shift(): SegmentButtonItemOptions | undefined
345 | [SegmentButtonItemOptions](#segmentbuttonitemoptions) \| undefined | Element removed from the arr…
380 …ice(start: number, deleteCount: number, ...items: SegmentButtonItemOptions[]): SegmentButtonItemOp…
395 | items | [SegmentButtonItemOptions](#segmentbuttonitemoptions)[] | No | Elements to add to …
401 | [SegmentButtonItemOptions](#segmentbuttonitemoptions)[] | An array containing the removed element…
507 ## SegmentButtonItemOptions section
531 A constructor used to create a **SegmentButtonItemOptions** instance.
546 Describes the constructor parameters of **SegmentButtonItemOptions**.
747 SegmentButtonItemOptions
785 this.singleSelectCapsuleOptions.buttons.splice(1, 2, new SegmentButtonItemOptions({
787 }), new SegmentButtonItemOptions({ text: 'splice2' }))
920 SegmentButtonItemOptions
984 this.iconTextCapsuleOptions.buttons.splice(1, 2, new SegmentButtonItemOptions({
985 …splice1', accessibilityLevel: 'yes', accessibilityDescription: 'SegmentButtonItemOptions usage hin…
986 … }), new SegmentButtonItemOptions({ text: 'splice2', icon: $r('sys.media.ohos_ic_public_email'),