Properties
busyStats
busyStats: {
buttonClicked: boolean;
customBypass: boolean;
main: boolean;
} = ...
Type declaration
buttonClicked: boolean
customBypass: boolean
main: boolean
Optional
chunkFolder
chunkFolder?: string
Optional
chunks
chunks?: Record<string, string[]>
Optional
chunksLanguageFolder
chunksLanguageFolder?: string
fetchButtonsClicked
fetchButtonsClicked: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
fetchCustomBypass
fetchCustomBypass: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
fetchMain
fetchMain: (() => Promise<void>) = ...
Type declaration
- (): Promise<void>
Returns Promise<void>
filters
filters: {
context: string;
dates: [Moment, Moment];
} = ...
Type declaration
context: string
dates: [Moment, Moment]
Optional
publicUrl
publicUrl?: string
Optional
restNamespace
restNamespace?: string
Optional
restNonce
restNonce?: string
Optional
restPathObfuscateOffset
restPathObfuscateOffset?: string
Optional
restQuery
restQuery?: object
Optional
restRecreateNonceEndpoint
restRecreateNonceEndpoint?: string
Optional
restRoot
restRoot?: string
Optional
restUrl
restUrl?: string
Readonly
rootStore
stats
textDomain
textDomain: string
See PHP file inc/Assets.php.