@mendix/extensions-api - v0.2.4
    Preparing search index...

    Type Alias HandlerReference

    A reference to registered handler, used to deregister the handler

    type HandlerReference = {
        handlerId: string;
    }
    Index

    Properties

    Properties

    handlerId: string