Properties
color
color: string = "#333"
Optional fetchSettings
fetchSettings?: RequestInit
getButton
getButton: (image: GIPHYResult) => string
Type declaration
- (image: GIPHYResult): string
getPopularResults
getPopularResults: (response: any) => GIPHYResult[]
Type declaration
- (response: any): GIPHYResult[]
Parameters
Returns GIPHYResult[]
getSearchResults
getSearchResults: (response: any) => GIPHYResult[]
Type declaration
- (response: any): GIPHYResult[]
Parameters
Returns GIPHYResult[]
invisible
invisible: boolean = false
loading
loading: boolean = false
noRecolor
noRecolor: boolean = false
popularEndpoint
popularEndpoint: string
poweredByUrl
poweredByUrl: string
results
results: GIPHYResult[] = []
searchEndpoint
searchEndpoint: (apiKey: string, query: string) => string
Type declaration
- (apiKey: string, query: string): string
Parameters
apiKey: string
query: string
Returns string
stop
stop: () => void = ...
supports
supports: () => boolean = ...
type
type: string = "service"