ReferenceTypeScript APIClassesValueComponentOn this pageValueComponentExtends BaseComponentConstructorconstructor();MethodsregisterOptionListenerregisterOptionListener(listeners: Record<string, (value?: T) => T>, key: string): this;getValueabstract getValue(): T;setValueabstract setValue(value: T): this;