Macros§
- Watch
Annotations Error Unknown - Pattern that matches an unknown
WatchAnnotationsError
member.
Structs§
- Annotation
Key - The key of an [
fuchsia.element/Annotation
]. - Manager
Remove Element Request
Enums§
- GetAnnotations
Error - An error returned from
ElementController/GetAnnotations
. - Manager
Error - Present
View Error - An error returned when
GraphicalPresenter
fails to present a view. - Propose
Element Error - Errors that can be returned when using the Manager protocol.
- Update
Annotations Error - An error returned from
AnnotationController/UpdateAnnotations
- Watch
Annotations Error - An error returned from
AnnotationController/WatchAnnotations
andElementController/WatchAnnotations
.
Constants§
- ANNOTATION_
KEY_ NAME - The name of the element in its collection. If not provided to
ProposeElement
, a random name is chosen. - ANNOTATION_
KEY_ PERSIST_ ELEMENT - If present, the element will persist over a reboot.
- ANNOTATION_
KEY_ URL - The component URL of the element.
- MANAGER_
NAMESPACE - MAX_
ANNOTATIONS_ PER_ ELEMENT - Maximum number of annotations for a single element or view.
- MAX_
ANNOTATION_ KEY_ NAMESPACE_ SIZE - Maximum length of
AnnotationKey.namespace
. - MAX_
ANNOTATION_ KEY_ VALUE_ SIZE - Maximum length of
AnnotationKey.value
.
Type Aliases§
- Annotation
Keys - A list of annotation keys.