kaios-types
    Preparing search index...

    Interface InputPortManager

    dom.inputport.enabled

    inputport

    CertifiedApps Manages input ports on the device.

    interface InputPortManager {
        getInputPorts(): Promise<InputPort[]>;
    }
    Index

    Methods