@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Class Client<SP>

    Type Parameters

    • SP extends object = object
    Index

    Constructors

    Properties

    hostStatus: ClientDetectedHost
    off: <K extends "Start">(event: K, listener: Function) => void = ...
    on: <K extends "Start">(
        event: K,
        listener: (data: ClientEvents[K]) => void,
    ) => void = ...
    once: <K extends "Start">(
        event: K,
        listener?: (data: ClientEvents[K]) => void,
    ) => Promise<ClientEvents[K]> = ...

    Methods

    • Returns void

    • Returns true if the host is not known or has a version that doesn't explicitly define it's features.

      Returns boolean

    • Returns void

    • Returns void

    • Returns void

    • Creates a client if a parent window exists.

      This does not mean, that an actual ConfiguratorControlHost exists. It might exist, but we can't know for sure

      Type Parameters

      • SP extends object = object

      Returns Client<SP> | undefined