• Parameters

    • props: (PropertyBaseProps & {
          actions?: PropertyAction[];
          badge?: boolean;
          required?: boolean;
          size?: SizeProp | undefined;
          value?:
              | null
              | string
              | number
              | boolean;
      } & BusyBoxProps & {
          paper?: false;
      } & {
          showLinkNames?: boolean;
          showOpenNewWindowLink?: boolean;
          showStatusIcon?: boolean;
          value?: string;
      } | Omit<PropertyBaseProps & {
          actions?: PropertyAction[];
          badge?: boolean;
          required?: boolean;
          size?: SizeProp | undefined;
          value?:
              | null
              | string
              | number
              | boolean;
      } & PaperOwnProps & CommonProps & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
          ref?: null | RefObject<HTMLDivElement> | ((instance: null | HTMLDivElement) => void);
      },
          | "className"
          | "style"
          | "classes"
          | "children"
          | "sx"
          | "elevation"
          | "variant"
          | "square"> & {
          component?: ElementType<any, keyof IntrinsicElements> | undefined;
      } & {
          paper: true;
      } & {
          showLinkNames?: boolean;
          showOpenNewWindowLink?: boolean;
          showStatusIcon?: boolean;
          value?: string;
      }, "ref">) & RefAttributes<HTMLDivElement>

    Returns ReactNode

Properties

$$typeof: symbol
defaultProps?: Partial<(((PropertyBaseProps & { actions?: PropertyAction[] | undefined; badge?: boolean | undefined; required?: boolean | undefined; size?: SizeProp | undefined; value?: string | ... 3 more ... | undefined; } & BusyBoxProps & { ...; } & { ...; }) | Omit<...>) & RefAttributes<...>)>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<(((PropertyBaseProps & { actions?: PropertyAction[] | undefined; badge?: boolean | undefined; required?: boolean | undefined; size?: SizeProp | undefined; value?: string | ... 3 more ... | undefined; } & BusyBoxProps & { ...; } & { ...; }) | Omit<...>) & RefAttributes<...>)>