CustomAttributeSet Interface
A collection of custom attributes, accessed by full class names in the format SchemaName.ClassName
.
Iterates over, checks, and retrieves attributes. Class names are case-insensitive, separated by a dot (.
).
@param className - The full class name.
@returns Iterator, boolean, or custom attribute.
Methods
Name | Description | |
---|---|---|
get(className: string): undefined | CustomAttribute | ||
has(className: string): boolean |
Properties
Name | Type | Description | |
---|---|---|---|
[iterator] | () => IterableIterator<[string, CustomAttribute], any, any> |
Defined in
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.