@arcmantle/adapter-element
    Preparing search index...

    Variable setCommittedValueConst

    setCommittedValue: (part: Part, value?: unknown) => unknown

    Sets the committed value of a ChildPart directly without triggering the commit stage of the part.

    This is useful in cases where a directive needs to update the part such that the next update detects a value change or not. When value is omitted, the next update will be guaranteed to be detected as a change.

    Type declaration

      • (part: Part, value?: unknown): unknown
      • Parameters

        • part: Part
        • Optionalvalue: unknown

        Returns unknown