@companion-surface/base
    Preparing search index...

    Interface SurfacePincodeMapCustom

    An empty pincode map, for surfaces which do a custom pincode entry arrangement When using this, you should implement the showLockedStatus method on the SurfaceInstance to show the locked status

    interface SurfacePincodeMapCustom {
        type: "custom";
    }
    Index

    Properties

    Properties

    type: "custom"