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

    Represents an instance of a class that can be serialized.

    interface SerializableInstance {
        type: "instance";
        value: object;
    }
    Index

    Properties

    Properties

    type: "instance"

    The type of the serializable data.

    value: object

    The value of serializable data.