**PassThroughMethodOptions updated TS comments

pull/3520/head^2
Tuğçe Küçükoğlu 2023-09-05 09:50:04 +03:00
parent 3293ef980c
commit 041bd3214c
86 changed files with 852 additions and 0 deletions

View File

@ -18,8 +18,17 @@ export declare type AccordionPassThroughOptionType = AccordionPassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface AccordionPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: AccordionProps;
/**
* Defines current inline state.
*/
state: AccordionState;
}
/**

View File

@ -19,9 +19,21 @@ export declare type AccordionTabPassThroughTransitionType = TransitionProps | ((
* Custom passthrough(pt) option method.
*/
export interface AccordionTabPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: AccordionTabProps;
/**
* Defines parent instance.
*/
parent: AccordionPassThroughOptions;
/**
* Defines current options.
*/
context: AccordionTabContext;
}

View File

@ -21,9 +21,21 @@ export declare type AutoCompletePassThroughTransitionType = TransitionProps | ((
* Custom passthrough(pt) option method.
*/
export interface AutoCompletePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: AutoCompleteProps;
/**
* Defines current inline state.
*/
state: AutoCompleteState;
/**
* Defines current options.
*/
context: AutoCompleteContext;
}

View File

@ -17,8 +17,17 @@ export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface AvatarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: AvatarProps;
/**
* Defines parent instance.
*/
parent: AvatarGroupPassThroughOptions;
}

View File

@ -17,7 +17,13 @@ export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((
* Custom passthrough(pt) option method.
*/
export interface BadgePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: BadgeProps;
}

View File

@ -17,8 +17,17 @@ export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface BlockUIPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: BlockUIProps;
/**
* Defines current inline state.
*/
state: BlockUIState;
}

View File

@ -18,8 +18,17 @@ export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttri
* Custom passthrough(pt) option method.
*/
export interface BreadcrumbPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: BreadcrumbProps;
/**
* Defines current options.
*/
context: BreadcrumbContext;
}

View File

@ -17,9 +17,21 @@ export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface ButtonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ButtonProps;
/**
* Defines current options.
*/
context: ButtonContext;
/**
* Defines parent instance.
*/
parent: any;
}

View File

@ -20,9 +20,21 @@ export declare type CalendarPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface CalendarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: CalendarProps;
/**
* Defines current inline state.
*/
state: CalendarState;
/**
* Defines current options.
*/
context: CalendarContext;
}

View File

@ -17,9 +17,21 @@ export declare type CarouselPassThroughOptionType = CarouselPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface CarouselPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: CarouselProps;
/**
* Defines current inline state.
*/
state: CarouselState;
/**
* Defines current options.
*/
context: CarouselContext;
}

View File

@ -19,8 +19,17 @@ export declare type CascadeSelectPassThroughTransitionType = TransitionProps | (
* Custom passthrough(pt) option method.
*/
export interface CascadeSelectPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: CascadeSelectProps;
/**
* Defines current inline state.
*/
state: CascadeSelectState;
}

View File

@ -17,7 +17,13 @@ export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((
* Custom passthrough(pt) option method.
*/
export interface ChartPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ChartProps;
}

View File

@ -17,9 +17,21 @@ export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface CheckboxPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: CheckboxProps;
/**
* Defines current inline state.
*/
state: CheckboxState;
/**
* Defines current options.
*/
context: CheckboxContext;
}

View File

@ -17,8 +17,17 @@ export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((op
* Custom passthrough(pt) option method.
*/
export interface ChipPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ChipProps;
/**
* Defines current inline state.
*/
state: ChipState;
}

View File

@ -17,8 +17,17 @@ export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((
* Custom passthrough(pt) option method.
*/
export interface ChipsPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ChipsProps;
/**
* Defines current inline state.
*/
state: ChipsState;
}

View File

@ -19,8 +19,17 @@ export declare type ColorPickerPassThroughTransitionType = TransitionProps | ((o
* Custom passthrough(pt) option method.
*/
export interface ColorPickerPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ColorPickerProps;
/**
* Defines current inline state.
*/
state: ColorPickerState;
}

View File

@ -23,9 +23,21 @@ export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface ColumnPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ColumnProps;
/**
* Defines parent instance.
*/
parent: DataTablePassThroughOptions;
/**
* Defines current options.
*/
context: ColumnContext;
}

View File

@ -15,9 +15,21 @@ export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface ColumnGroupPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ColumnGroupProps;
/**
* Defines parent instance.
*/
parent: DataTablePassThroughOptions;
/**
* Defines current options.
*/
context: ColumnGroupContext;
}

View File

@ -19,8 +19,17 @@ export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroug
* Custom passthrough(pt) option method.
*/
export interface ConfirmDialogPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ConfirmDialogProps;
/**
* Defines current inline state.
*/
state: ConfirmDialogState;
}

View File

@ -21,8 +21,17 @@ export declare type ConfirmPopupPassThroughTransitionType = TransitionProps | ((
* Custom passthrough(pt) option method.
*/
export interface ConfirmPopupPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ConfirmPopupProps;
/**
* Defines current inline state.
*/
state: ConfirmPopupState;
}

View File

@ -21,9 +21,21 @@ export declare type ContextMenuPassThroughTransitionType = TransitionProps | ((o
* Custom passthrough(pt) option method.
*/
export interface ContextMenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ContextMenuProps;
/**
* Defines current inline state.
*/
state: ContextMenuState;
/**
* Defines current options.
*/
context: ContextMenuContext;
}

View File

@ -24,9 +24,21 @@ export declare type DataTablePassThroughTransitionType = TransitionProps | ((opt
* Custom passthrough(pt) option method.
*/
export interface DataTablePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DataTableProps;
/**
* Defines current inline state.
*/
state: DataTableState;
/**
* Defines current options.
*/
context: DataTableContext;
}

View File

@ -18,8 +18,17 @@ export declare type DataViewPassThroughOptionType = DataViewPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface DataViewPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DataViewProps;
/**
* Defines current inline state.
*/
state: DataViewState;
}
/**

View File

@ -22,8 +22,17 @@ export declare type DataViewLayoutOptionsPassThroughOptionType =
* Custom passthrough(pt) option method.
*/
export interface DataViewLayoutOptionsPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DataViewLayoutOptionsProps;
/**
* Defines current inline state.
*/
state: DataViewLayoutOptionsState;
}

View File

@ -17,8 +17,17 @@ export declare type DeferredContentPassThroughOptionType = DeferredContentPassTh
* Custom passthrough(pt) option method.
*/
export interface DeferredContentPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DeferredContentProps;
/**
* Defines current inline state.
*/
state: DeferredContentState;
}

View File

@ -19,8 +19,17 @@ export declare type DialogPassThroughTransitionType = TransitionProps | ((option
* Custom passthrough(pt) option method.
*/
export interface DialogPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DialogProps;
/**
* Defines current inline state.
*/
state: DialogState;
}

View File

@ -17,7 +17,13 @@ export declare type DividerPassThroughOptionType = DividerPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface DividerPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DividerProps;
}

View File

@ -18,9 +18,21 @@ export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((op
* Custom passthrough(pt) option method.
*/
export interface DockPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DockProps;
/**
* Defines current inline state.
*/
state: DockState;
/**
* Defines current options.
*/
context: DockContext;
}

View File

@ -20,9 +20,21 @@ export declare type DropdownPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface DropdownPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: DropdownProps;
/**
* Defines current inline state.
*/
state: DropdownState;
/**
* Defines current options.
*/
context: DropdownContext;
}

View File

@ -16,8 +16,17 @@ export declare type EditorPassThroughOptionType = EditorPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface EditorPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: EditorProps;
/**
* Defines current inline state.
*/
state: EditorState;
}

View File

@ -19,8 +19,17 @@ export declare type FieldsetPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface FieldsetPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: FieldsetProps;
/**
* Defines current inline state.
*/
state: FieldsetState;
}

View File

@ -19,8 +19,17 @@ export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttri
* Custom passthrough(pt) option method.
*/
export interface FileUploadPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: FileUploadProps;
/**
* Defines current inline state.
*/
state: FileUploadState;
}

View File

@ -19,9 +19,21 @@ export declare type GalleriaPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface GalleriaPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: GalleriaProps;
/**
* Defines current inline state.
*/
state: GalleriaState;
/**
* Defines current options.
*/
context: GalleriaContext;
}

View File

@ -19,8 +19,17 @@ export declare type ImagePassThroughTransitionType = TransitionProps | ((options
* Custom passthrough(pt) option method.
*/
export interface ImagePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**ˆ
* Defines valid properties.
*/
props: ImageProps;
/**
* Defines current inline state.
*/
state: ImageState;
}

View File

@ -17,8 +17,17 @@ export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroug
* Custom passthrough(pt) option method.
*/
export interface InlineMessagePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InlineMessageProps;
/**
* Defines current inline state.
*/
state: InlineMessageState;
}

View File

@ -19,8 +19,17 @@ export declare type InplacePassThroughOptionType = InplacePassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface InplacePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InplaceProps;
/**
* Defines current inline state.
*/
state: InplaceState;
}

View File

@ -16,8 +16,17 @@ export declare type InputMaskPassThroughOptionType = InputMaskPassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface InputMaskPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InputMaskProps;
/**
* Defines current options.
*/
context: InputMaskContext;
}

View File

@ -19,8 +19,17 @@ export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface InputNumberPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InputNumberProps;
/**
* Defines current inline state.
*/
state: InputNumberState;
}

View File

@ -17,8 +17,17 @@ export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface InputSwitchPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InputSwitchProps;
/**
* Defines current inline state.
*/
state: InputSwitchState;
}

View File

@ -17,8 +17,17 @@ export declare type InputTextPassThroughOptionType = InputTextPassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface InputTextPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: InputTextProps;
/**
* Defines current options.
*/
context: InputTextContext;
}

View File

@ -16,8 +16,17 @@ export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((op
* Custom passthrough(pt) option method.
*/
export interface KnobPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: KnobProps;
/**
* Defines current inline state.
*/
state: KnobState;
}

View File

@ -18,9 +18,21 @@ export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface ListboxPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ListboxProps;
/**
* Defines current inline state.
*/
state: ListboxState;
/**
* Defines current options.
*/
context: ListboxContext;
}

View File

@ -18,9 +18,21 @@ export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface MegaMenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: MegaMenuProps;
/**
* Defines current inline state.
*/
state: MegaMenuState;
/**
* Defines current options.
*/
context: MegaMenuContext;
}

View File

@ -20,9 +20,21 @@ export declare type MenuPassThroughTransitionType = TransitionProps | ((options:
* Custom passthrough(pt) option method.
*/
export interface MenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: MenuProps;
/**
* Defines current inline state.
*/
state: MenuState;
/**
* Defines current options.
*/
context: MenuContext;
}

View File

@ -18,9 +18,21 @@ export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface MenubarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: MenubarProps;
/**
* Defines current inline state.
*/
state: MenubarState;
/**
* Defines current options.
*/
context: MenubarContext;
}

View File

@ -19,8 +19,17 @@ export declare type MessagePassThroughTransitionType = TransitionProps | ((optio
* Custom passthrough(pt) option method.
*/
export interface MessagePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: MessageProps;
/**
* Defines current inline state.
*/
state: MessageState;
}

View File

@ -20,9 +20,21 @@ export declare type MultiSelectPassThroughTransitionType = TransitionProps | ((o
* Custom passthrough(pt) option method.
*/
export interface MultiSelectPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: MultiSelectProps;
/**
* Defines current inline state.
*/
state: MultiSelectState;
/**
* Defines current options.
*/
context: MultiSelectContext;
}

View File

@ -20,9 +20,21 @@ export declare type OrderListPassThroughTransitionType = TransitionProps | ((opt
* Custom passthrough(pt) option method.
*/
export interface OrderListPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: OrderListProps;
/**
* Defines current inline state.
*/
state: OrderListState;
/**
* Defines current options.
*/
context: OrderListContext;
}

View File

@ -17,9 +17,21 @@ export declare type OrganizationChartPassThroughOptionType = OrganizationChartPa
* Custom passthrough(pt) option method.
*/
export interface OrganizationChartPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: OrganizationChartProps;
/**
* Defines current inline state.
*/
state: OrganizationChartState;
/**
* Defines current options.
*/
context: OrganizationChartContext;
}

View File

@ -19,8 +19,17 @@ export declare type OverlayPanelPassThroughTransitionType = TransitionProps | ((
* Custom passthrough(pt) option method.
*/
export interface OverlayPanelPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: OverlayPanelProps;
/**
* Defines current inline state.
*/
state: OverlayPanelState;
}

View File

@ -19,9 +19,21 @@ export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface PaginatorPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: PaginatorProps;
/**
* Defines current inline state.
*/
state: PaginatorState;
/**
* Defines current options.
*/
context: PaginatorContext;
}

View File

@ -19,8 +19,17 @@ export declare type PanelPassThroughTransitionType = TransitionProps | ((options
* Custom passthrough(pt) option method.
*/
export interface PanelPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: PanelProps;
/**
* Defines current inline state.
*/
state: PanelState;
}

View File

@ -20,9 +20,21 @@ export declare type PanelMenuPassThroughTransitionType = TransitionProps | ((opt
* Custom passthrough(pt) option method.
*/
export interface PanelMenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: PanelMenuProps;
/**
* Defines current inline state.
*/
state: PanelMenuState;
/**
* Defines current options.
*/
context: PanelMenuContext;
}

View File

@ -20,8 +20,17 @@ export declare type PasswordPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface PasswordPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: PasswordProps;
/**
* Defines current inline state.
*/
state: PasswordState;
}

View File

@ -20,9 +20,21 @@ export declare type PickListPassThroughTransitionType = TransitionProps | ((opti
* Custom passthrough(pt) option method.
*/
export interface PickListPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: PickListProps;
/**
* Defines current inline state.
*/
state: PickListState;
/**
* Defines current options.
*/
context: PickListContext;
}

View File

@ -17,7 +17,13 @@ export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface ProgressBarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ProgressBarProps;
}

View File

@ -16,7 +16,13 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh
* Custom passthrough(pt) option method.
*/
export interface ProgressSpinnerPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ProgressSpinnerProps;
}

View File

@ -17,8 +17,17 @@ export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface RadioButtonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: RadioButtonProps;
/**
* Defines current inline state.
*/
state: RadioButtonState;
}

View File

@ -17,9 +17,21 @@ export declare type RatingPassThroughOptionType = RatingPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface RatingPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: RatingProps;
/**
* Defines current inline state.
*/
state: RatingState;
/**
* Defines current options.
*/
context: RatingContext;
}

View File

@ -15,9 +15,21 @@ export declare type RowPassThroughOptionType = RowPassThroughAttributes | ((opti
* Custom passthrough(pt) option method.
*/
export interface RowPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: RowProps;
/**
* Defines parent instance.
*/
parent: ColumnGroupPassThroughOptions;
/**
* Defines current options.
*/
context: RowContext;
}

View File

@ -17,8 +17,17 @@ export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface ScrollPanelPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ScrollPanelProps;
/**
* Defines current inline state.
*/
state: ScrollPanelState;
}

View File

@ -19,8 +19,17 @@ export declare type ScrollTopPassThroughTransitionType = TransitionProps | ((opt
* Custom passthrough(pt) option method.
*/
export interface ScrollTopPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ScrollTopProps;
/**
* Defines current inline state.
*/
state: ScrollTopState;
}

View File

@ -17,9 +17,21 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA
* Custom passthrough(pt) option method.
*/
export interface SelectButtonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SelectButtonProps;
/**
* Defines current inline state.
*/
state: SelectButtonState;
/**
* Defines current options.
*/
context: SelectButtonContext;
}

View File

@ -19,8 +19,17 @@ export declare type SidebarPassThroughTransitionType = TransitionProps | ((optio
* Custom passthrough(pt) option method.
*/
export interface SidebarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SidebarProps;
/**
* Defines current inline state.
*/
state: SidebarState;
}

View File

@ -16,7 +16,13 @@ export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface SkeletonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SkeletonProps;
}

View File

@ -16,7 +16,13 @@ export declare type SliderPassThroughOptionType = SliderPassThroughAttributes |
* Custom passthrough(pt) option method.
*/
export interface SliderPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SliderProps;
}

View File

@ -19,9 +19,21 @@ export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface SpeedDialPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SpeedDialProps;
/**
* Defines current inline state.
*/
state: SpeedDialState;
/**
* Defines current options.
*/
context: SpeedDialContext;
}

View File

@ -20,8 +20,17 @@ export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAtt
* Custom passthrough(pt) option method.
*/
export interface SplitButtonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SplitButtonProps;
/**
* Defines current inline state.
*/
state: SplitButtonState;
}

View File

@ -17,9 +17,21 @@ export declare type SplitterPassThroughOptionType = SplitterPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface SplitterPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SplitterProps;
/**
* Defines current inline state.
*/
state: SplitterState;
/**
* Defines current options.
*/
context: SplitterContext;
}

View File

@ -17,8 +17,17 @@ export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroug
* Custom passthrough(pt) option method.
*/
export interface SplitterPanelPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: SplitterPanelProps;
/**
* Defines current options.
*/
context: SplitterPanelContext;
}

View File

@ -18,8 +18,17 @@ export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | ((
* Custom passthrough(pt) option method.
*/
export interface StepsPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: StepsProps;
/**
* Defines current options.
*/
context: StepsContext;
}

View File

@ -18,9 +18,21 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface TabMenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TabMenuProps;
/**
* Defines current inline state.
*/
state: TabMenuState;
/**
* Defines current options.
*/
context: TabMenuContext;
}

View File

@ -18,9 +18,21 @@ export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface TabPanelPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TabPanelProps;
/**
* Defines parent instance.
*/
parent: TabViewPassThroughOptions;
/**
* Defines current options.
*/
context: TabPanelContext;
}

View File

@ -17,7 +17,13 @@ export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((opti
* Custom passthrough(pt) option method.
*/
export interface TagPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TagProps;
}

View File

@ -16,8 +16,17 @@ export declare type TerminalPassThroughOptionType = TerminalPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface TerminalPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TerminalProps;
/**
* Defines current inline state.
*/
state: TerminalState;
}

View File

@ -17,8 +17,17 @@ export declare type TextareaPassThroughOptionType = TextareaPassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface TextareaPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TextareaProps;
/**
* Defines current options.
*/
context: TextareaContext;
}

View File

@ -20,9 +20,21 @@ export declare type TieredMenuPassThroughTransitionType = TransitionProps | ((op
* Custom passthrough(pt) option method.
*/
export interface TieredMenuPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TieredMenuProps;
/**
* Defines current inline state.
*/
state: TieredMenuState;
/**
* Defines current options.
*/
context: TieredMenuContext;
}

View File

@ -16,8 +16,17 @@ export declare type TimelinePassThroughOptionType = TimelinePassThroughAttribute
* Custom passthrough(pt) option method.
*/
export interface TimelinePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TimelineProps;
/**
* Defines current options.
*/
context: TimelineContext;
}

View File

@ -19,8 +19,17 @@ export declare type ToastPassThroughTransitionType = TransitionProps | ((options
* Custom passthrough(pt) option method.
*/
export interface ToastPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ToastProps;
/**
* Defines current inline state.
*/
state: ToastState;
}

View File

@ -17,9 +17,21 @@ export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughA
* Custom passthrough(pt) option method.
*/
export interface ToggleButtonPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ToggleButtonProps;
/**
* Defines current inline state.
*/
state: ToggleButtonState;
/**
* Defines current options.
*/
context: ToggleButtonContext;
}

View File

@ -17,7 +17,13 @@ export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes
* Custom passthrough(pt) option method.
*/
export interface ToolbarPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: ToolbarProps;
}

View File

@ -17,9 +17,21 @@ export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((op
* Custom passthrough(pt) option method.
*/
export interface TreePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TreeProps;
/**
* Defines current inline state.
*/
state: TreeState;
/**
* Defines current options.
*/
context: TreeContext;
}

View File

@ -20,8 +20,17 @@ export declare type TreeSelectPassThroughTransitionType = TransitionProps | ((op
* Custom passthrough(pt) option method.
*/
export interface TreeSelectPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TreeSelectProps;
/**
* Defines current inline state.
*/
state: TreeSelectState;
}

View File

@ -20,9 +20,21 @@ export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttribu
* Custom passthrough(pt) option method.
*/
export interface TreeTablePassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TreeTableProps;
/**
* Defines current inline state.
*/
state: TreeTableState;
/**
* Defines current options.
*/
context: TreeTableContext;
}

View File

@ -17,9 +17,21 @@ export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPass
* Custom passthrough(pt) option method.
*/
export interface TriStateCheckboxPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: TriStateCheckboxProps;
/**
* Defines current inline state.
*/
state: TriStateCheckboxState;
/**
* Defines current options.
*/
context: TriStateCheckboxContext;
}

View File

@ -17,8 +17,17 @@ export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassTh
* Custom passthrough(pt) option method.
*/
export interface VirtualScrollerPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any;
/**
* Defines valid properties.
*/
props: VirtualScrollerProps;
/**
* Defines current inline state.
*/
state: VirtualScrollerState;
}