Roqueform
    Preparing search index...

    Module plugin/annotations

    Manages Roqueform field annotations.

    import { createField } from 'roqueform';
    import annotationsPlugin from 'roqueform/plugin/annotations';

    const field = createField({ hello: 'world' }, [
    annotationsPlugin({ isDisabled: false })
    ]);

    field.at('hello').annotations.isDisabled // ⮕ false

    Interfaces

    AnnotateOptions
    AnnotationsMixin

    Functions

    default