replugged

    Interface RadioNode

    interface RadioNode {
        getLegacySearchKey?: () => string;
        initialize?: () => void;
        setValue: (value: string) => void;
        useBadge?: () => BadgeType | undefined;
        useOptions: () => BaseRadioGroupOption[];
        usePredicate?: () => boolean;
        useSearchTerms?: () => string[];
        useSubtitle?: () => string;
        useTitle: (state?: boolean) => string;
        useValue: () => string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    getLegacySearchKey?: () => string
    initialize?: () => void
    setValue: (value: string) => void
    useBadge?: () => BadgeType | undefined
    useOptions: () => BaseRadioGroupOption[]
    usePredicate?: () => boolean
    useSearchTerms?: () => string[]
    useSubtitle?: () => string
    useTitle: (state?: boolean) => string
    useValue: () => string
    MMNEPVFCICPMFPCPTTAAATR