Axinom Mosaic Libraries
    Preparing search index...

    Interface LinkFieldProps

    interface LinkFieldProps {
        className?: string;
        download?: string;
        id?: string;
        inlineMode?: boolean;
        label?: string;
        tooltipContent?: ReactNode;
        url?: string;
        value?: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string

    CSS Class name for additional styles

    download?: string

    Download file name. (default: unset)

    id?: string

    Form control id

    inlineMode?: boolean

    Hide options not needed in the “inline” scenario

    label?: string

    Form control label

    tooltipContent?: ReactNode

    A tooltip of additional information

    url?: string

    URL to navigate to

    value?: string | number

    Value to be displayed