Backstage
    Preparing search index...

    Variable LinkDefinitionConst

    LinkDefinition: {
        classNames: { root: "bui-Link" };
        dataAttributes: {
            color: readonly [
                "primary",
                "secondary",
                "danger",
                "warning",
                "success",
            ];
            truncate: readonly [true, false];
            variant: readonly ["subtitle", "body", "caption", "label"];
            weight: readonly ["regular", "bold"];
        };
    } = ...

    Component definition for Link

    Type Declaration

    • ReadonlyclassNames: { root: "bui-Link" }
    • ReadonlydataAttributes: {
          color: readonly ["primary", "secondary", "danger", "warning", "success"];
          truncate: readonly [true, false];
          variant: readonly ["subtitle", "body", "caption", "label"];
          weight: readonly ["regular", "bold"];
      }