mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(): usage and examples
This commit is contained in:
@ -11,12 +11,16 @@ import { Mode, SelectPopoverOption } from '../../interface';
|
||||
export class SelectPopover {
|
||||
mode!: Mode;
|
||||
|
||||
/** Header text for the popover */
|
||||
@Prop() header?: string;
|
||||
|
||||
/** Subheader text for the popover */
|
||||
@Prop() subHeader?: string;
|
||||
|
||||
/** Text for popover body */
|
||||
@Prop() message?: string;
|
||||
|
||||
/** Array of options for the popover */
|
||||
@Prop() options: SelectPopoverOption[] = [];
|
||||
|
||||
@Listen('ionSelect')
|
||||
|
Reference in New Issue
Block a user