/ Exports
This is the API documentation for itemize, it is built from the source using typedoc and contains everything that is accessible within, some features are not as important as others concerning development but they are anyway summarized here.
Server and Client are the most important for development.
Represents the base core of the itemize application
- Root
- Module
- ItemDefinition
- PropertyDefinition
- Include
The server section contains utilities and the core code that is used to generate the extended instance, the cluster manager, and the global manager; they all come from the source code that belongs to this section.
Any action related to modifying the server behaviour, custom rest endpoints, creating and defining custom services to be executed in our server is specified in these parts of the API.
- server
- elastic
- environment
- logger
- request
- global-manager
- initialize
- redis
- listener
- rest
- rootpool
- resolvers
- services
- CurrencyFactorsProvider
- LocationSearchProvider
- MailProvider
- PhoneProvider
- StorageProvider
- UserLocalizationProvider
- PaymentProvider
- LoggingProvider
- USSDProvider
- currency-layer
- fake-mail
- fake-sms
- fake-ussd
- here
- manual-payment
- ipstack
- local-storage
- mailgun
- openstack
- registry
- elastic-location
- elastic-logger
Represents the code that is used primarily in the client side.
- DeleteActioner
- DifferingIncludesRetriever
- DifferingPropertiesRetriever
- IdVersionRetriever
- ItemLoader
- PokeActioner
- PokeButtonActioner
- SubmitActioner
- ItemSyncer
- localization
- AppCountryRetriever
- AppCurrencyRetriever
- AppLanguageRetriever
- I18nRead
- I18nReadError
- I18nReadMany
- navigation
- Link
- LocationReader
- LocationRetriever
- LocationStateReader
- NeedsSubmitPrompt
- Prompt
- Redirect
- Route
- BodyScrollKeeper
- util
- DescriptionSetter
- NoSSR
- OgImageSetter
- PlainContentEditable
- ReadManyVar
- ReadVar
- ScrollKeeper
- SetVar
- TitleReader
- TitleSetter
- avatar
- buttons
- country-picker
- currency-picker
- dialog
- fragment-loader
- item-loader
- language-picker
- navbar
- needs-submit-prompt
- search-loader-with-pagination
- slate
- snackbar
- util
- alt-badge-reactioner
- alt-section-scroller
- editor-dropdown
- email-client
- moderation
- social icons
- renderers
- PropertyEntryBoolean
- PropertyEntryDateTime
- PropertyEntryField
- PropertyEntryFile
- PropertyEntryFiles
- PropertyEntryLocation
- PropertyEntryPayment
- PropertyEntrySelect
- PropertyEntryText
- PropertyViewBoolean
- PropertyViewCurrency
- PropertyViewDateTime
- PropertyViewFile
- PropertyViewLocation
- PropertyViewSimple
- PropertyViewText
- wrappers
- app
- remote-listener
- PropertyEntry
- PropertySetter
- PropertyView
- rq-client-util
- appdata-provider
- config-provider
- locale-provider
- ssr-provider
- token-provider
- renderer
- testing
- text
- cache
- cache.worker
- cache.worker.search
- general-fn
- database
- base
- AlterTableBuilder
- CreateTableBuilder
- DeleteBuilder
- FromBuilder
- GroupByBuilder
- HavingBuilder
- InsertBuilder
- JoinBuilder
- OrderByBuilder
- RawBuilder
- ReturningBuilder
- SelectBuilder
- SetBuilder
- UpdateBuilder
- WhereBuilder
- WithBuilder
Represents the modules and files that are using for testing and building tests