Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias Field

    type Field = {
        order?: number;
        name?: string | null;
        label?: string | null;
        unit?: string | null;
        helpText?: string | null;
        helpTextWarning?: string | null;
        helpLink?: string | null;
        value?: unknown;
        type?: string | null;
        advanced?: boolean;
        selectOptions?: Radarr.SelectOption[] | null;
        selectOptionsProviderAction?: string | null;
        section?: string | null;
        hidden?: string | null;
        privacy?: Radarr.PrivacyLevel;
        placeholder?: string | null;
        isFloat?: boolean;
    }
    Index

    Properties

    order?: number
    name?: string | null
    label?: string | null
    unit?: string | null
    helpText?: string | null
    helpTextWarning?: string | null
    helpLink?: string | null
    value?: unknown
    type?: string | null
    advanced?: boolean
    selectOptions?: Radarr.SelectOption[] | null
    selectOptionsProviderAction?: string | null
    section?: string | null
    hidden?: string | null
    placeholder?: string | null
    isFloat?: boolean