opensensemap-client
    Preparing search index...

    Type Alias Context

    A Context contains information about the current location of the validation inside the initial input value. It also carries mask since it's a run-time flag determining how the validation was invoked (via mask() or via validate()), plus it applies recursively to all of the nested structs.

    type Context = {
        branch: any[];
        mask?: boolean;
        path: any[];
    }
    Index

    Properties

    Properties

    branch: any[]
    mask?: boolean
    path: any[]