@rbxts/fletchette
    Preparing search index...

    Function exactMapProperty

    • Create a ExactMapPropertyPacket, where updates are diff-based and only checked with strict equality (===). Metadata can be provided to specify how the data should be serialized.

      Type Parameters

      • K
      • V

      Parameters

      • OptionalinitialEntries: Map<K, V>

        Initial map entries to populate the property with

      • OptionalisUnreliable: boolean

        Whether the property should be unreliable. Default is false.

      • Optionalmeta: Many<
            [
                "tuple",
                [
                    payload: [
                        "object_raw",
                        (
                            | ["full", ["boolean"]]
                            | [
                                "changes",
                                [
                                    "array",
                                    ((...) extends (...) ? (...) : (...)) extends true
                                        ? [(...), (...), (...), (...)]
                                        : [(...), (...)],
                                ],
                            ]
                        )[],
                    ],
                ],
                undefined,
            ],
        >

        Metadata for serialization

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

      Returns ExactMapPropertyPacket<K, V>