@rbxts/fletchette
    Preparing search index...

    Function batchedProperty

    • Create a BatchedPropertyPacket. Metadata can be provided to specify how the data should be serialized.

      Type Parameters

      • T

      Parameters

      • batchIntervalMs: number

        Interval in milliseconds to batch updates before delivering them to clients.

      • OptionalinitialValue: T

        The initial value of the property

      • OptionalisUnreliable: boolean

        Whether the property should be unreliable. Default is false.

      • Optionalmeta: Many<["tuple", [value: SerializerMetadata<T>], undefined]>

        Metadata for serialization

      • Optionalname: Caller<"text">
      • Optionaluuid: Caller<"uuid">

      Returns BatchedPropertyPacket<T>