Module: Plutonium::Definition::DefineableProps

Extended by:
ActiveSupport::Concern
Included in:
Base, Interaction::Base, Query::Base, UI::Form::Concerns::RendersNestedResourceFields::NestedInputsDefinition
Defined in:
lib/plutonium/definition/defineable_props.rb

Overview

Module for handling defineable properties in Plutonium definitions

Examples:

class MyDefinition
  include DefineableProperties

  defineable_property :field
  defineable_property :input
  defineable_property :filter
  defineable_property :scope
  defineable_property :sorter
end