Hierarchy

  • JsonFormsTheme

Properties

Properties

jsonforms?: {
    input?: {
        delete?: {
            background?: string;
        };
    };
}

Type declaration

  • Optional input?: {
        delete?: {
            background?: string;
        };
    }
    • Optional delete?: {
          background?: string;
      }
      • Optional background?: string

Generated using TypeDoc