**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. * Custom passthrough(pt) option method.
*/ */
export interface AccordionPassThroughMethodOptions { export interface AccordionPassThroughMethodOptions {
/**
* Defines instance.
*/
instance: any; instance: any;
/**
* Defines valid properties.
*/
props: AccordionProps; props: AccordionProps;
/**
* Defines current inline state.
*/
state: AccordionState; state: AccordionState;
} }
/** /**

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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