@hateoas-ts/resource - v1.4.3
    Preparing search index...

    Interface SchemaPlugin

    Plugin interface for generating action form schemas.

    interface SchemaPlugin {
        createSchema(fields: Field[]): ActionFormSchema;
    }
    Index

    Methods

    Methods