Interface AttributeUntil<T>
Methods
set
- set(attribute: string, value: string): T
-
Parameters
-
attribute: string
-
value: string
Returns T
- set(attributes: Iterable<[string, null | string]>): T
-
Parameters
-
attributes: Iterable<[string, null | string]>
Returns T