@pretty-chitty/core
    Preparing search index...

    Interface SelectablePropertyInfo

    Information about a Selectable property including its field name and configuration.

    interface SelectablePropertyInfo {
        fieldName: string;
        config: SelectableConfig;
        currentValue: any;
    }
    Index

    Properties

    fieldName: string

    The name of the property/field

    The configuration for this selectable property

    currentValue: any

    The current value of the property