@wpazderski/playwright-utils
    Preparing search index...

    Represents an array that can be serialized.

    interface SerializableArray {
        type: "array";
        value: SerializableData[];
    }
    Index

    Properties

    Properties

    type: "array"

    The type of the serializable data.

    The value of serializable data.