@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface SelectOptionInterface {
        groupLabel?: string;
        label: string;
        name?: string;
        onChange: () => void;
        optId?: string;
        shortLabel?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    groupLabel?: string
    label: string
    name?: string
    onChange: () => void
    optId?: string
    shortLabel?: string