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

    Interface SelectableConfig

    Configuration for a Selectable property.

    interface SelectableConfig {
        label: string;
        choices: SelectableChoice[];
    }
    Index

    Properties

    Properties

    label: string

    User-friendly label for the property

    choices: SelectableChoice[]

    List of possible choices for this property