@samatawy/rules
Preparing search index...
index
HasAnnotations
Interface HasAnnotations
interface
HasAnnotations
{
annotate
(
annotation
:
string
,
value
:
unknown
)
:
void
;
isAnnotated
(
annotation
:
string
,
value
?:
unknown
)
:
boolean
;
getAnnotation
(
annotation
:
string
)
:
unknown
;
getAnnotations
()
:
Record
<
string
,
unknown
>
;
}
Implemented by
AbstractRule
AbstractTestCase
Index
Methods
annotate
is
Annotated
get
Annotation
get
Annotations
Methods
annotate
annotate
(
annotation
:
string
,
value
:
unknown
)
:
void
Parameters
annotation
:
string
value
:
unknown
Returns
void
is
Annotated
isAnnotated
(
annotation
:
string
,
value
?:
unknown
)
:
boolean
Parameters
annotation
:
string
Optional
value
:
unknown
Returns
boolean
get
Annotation
getAnnotation
(
annotation
:
string
)
:
unknown
Parameters
annotation
:
string
Returns
unknown
get
Annotations
getAnnotations
()
:
Record
<
string
,
unknown
>
Returns
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
annotate
is
Annotated
get
Annotation
get
Annotations
@samatawy/rules
Loading...