@adviser/cement - v0.0.0
    Preparing search index...

    Interface WaitingForValueProps<T>

    Configuration options for WaitingForValue.

    interface WaitingForValueProps<T> {
        presetValue?: Option<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    presetValue?: Option<T>

    Optional preset value to initialize the WaitingForValue with. If provided and Some, the value is immediately available.