KC's Workspace
    Preparing search index...
    interface ValueOptions {
        fast?: string;
        props?: readonly string[];
    }
    Index

    Properties

    Properties

    fast?: string

    String that’s used to narrow down values and speed up the regexp search.

    props?: readonly string[]

    An array of property names.