Variable IS_PLATFORM_HOSTConst

IS_PLATFORM_HOST: typeof IS_PLATFORM_HOST = ...

Symbol to determine if this app instance is running as the platform host.

const isPlatformHost: boolean = Beans.get(IS_PLATFORM_HOST);