RevGrid - v0.9.3
    Preparing search index...
    interface RevSchemaServer<SF extends RevSchemaField> {
        getFields(): readonly SF[];
        subscribeSchemaNotifications(
            client: RevSchemaServer.NotificationsClient<SF>,
        ): void;
        unsubscribeSchemaNotifications(
            client: RevSchemaServer.NotificationsClient<SF>,
        ): void;
    }

    Type Parameters

    Implemented by

    Index

    Methods

    • Get list of fields.

      Returns readonly SF[]

      The order of these fields defines the orders of field columns in Columns Manager.