Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JmixAppProviderProps

Index

Properties

children

children: undefined | null | string | number | boolean | {} | ReactElement<any, string | ((props: any) => null | ReactElement<any, any>) | (new (props: any) => Component<any, any, any>)> | ReactNodeArray | ReactPortal | ReactNode[]

Optional config

Configuration object.

jmixREST

jmixREST: JmixRestConnection

REST API facade

Optional retrieveRestApiToken

retrieveRestApiToken: () => Promise<undefined | string>

A callback that retrieves REST API token from an external storage. Used, for example, in native mobile apps.

returns

a promise that resolves into a string representing a valid REST API token or undefined if no valid token is available.

Type declaration

    • (): Promise<undefined | string>
    • Returns Promise<undefined | string>

Generated using TypeDoc