| | |
| | | value?: 'top' | 'middle' | 'bottom'; |
| | | }; |
| | | arrow?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | type: null; |
| | | value?: boolean | object; |
| | | }; |
| | | bordered?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | description?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: [ |
| | | 't-class', |
| | | 't-class-title', |
| | | 't-class-note', |
| | | 't-class-description', |
| | | 't-class-thumb', |
| | | 't-class-hover', |
| | | 't-class-left', |
| | | 't-class-right' |
| | | ]; |
| | | }; |
| | | hover?: { |
| | | type: BooleanConstructor; |
| | |
| | | value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo'; |
| | | }; |
| | | leftIcon?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | type: null; |
| | | value?: string | object; |
| | | }; |
| | | note?: { |
| | | type: StringConstructor; |
| | |
| | | value?: boolean; |
| | | }; |
| | | rightIcon?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | type: null; |
| | | value?: string | object; |
| | | }; |
| | | title?: { |
| | | type: StringConstructor; |