@zeroc/ice
    Preparing search index...

    Interface Holder<T>

    A holder for a value. This interface is used to emulate out parameters in JavaScript.

    interface Holder<T> {
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T