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

    Interface SelectableChoice

    Represents a single choice option for a Selectable property.

    interface SelectableChoice {
        id: string;
        label?: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for this choice

    label?: string

    Optional user-friendly label for this choice. If not provided, the id will be used.