EmplaceHandler | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface EmplaceHandler<ValueType>

    interface EmplaceHandler<ValueType> {
        insert?: () => ValueType;
        update?: (current: ValueType) => ValueType;
    }

    Type Parameters

    • ValueType
    Index

    Properties

    Properties

    insert?: () => ValueType
    update?: (current: ValueType) => ValueType