@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface TextAdapterRegistration

    Describes an adapter available in the registry.

    interface TextAdapterRegistration {
        create: () => TextAdapter;
        label: string;
    }
    Index

    Properties

    Properties

    create: () => TextAdapter

    Factory that creates a new adapter instance.

    label: string

    Human-readable label shown in UI pickers (e.g. "Email").