interface FilterValuePolicy {
    maxSerializedBytes?: number;
    secret?: boolean;
}

Properties

maxSerializedBytes?: number

Omit values whose stable JSON representation exceeds this size.

2048
secret?: boolean

Omit this value from URL/share serialization.