RevGrid - v0.11.1
    Preparing search index...

    The Schema Server contract defines the column/field model consumed by the grid.

    Responsibilities include:

    1. Returning the active schema fields and structural metadata.
    2. Notifying the client when column structures change.
    3. Supporting column identity and lookup for stable rendering and selection.

    Schema implementations are typically composed with Data Server implementations so field definitions and values remain aligned.

    1. RevSchemaServer
    2. NotificationsClient
    3. Constructor
    4. RevSchemaField
    5. RevServerNotificationId
    6. revLowestValidServerNotificationId
    7. revInvalidServerNotificationId

    The API Reference page for this module documents all method and callback members on these symbols.