Skip to main content

FeatureResource

Important

Billing regularly introduces new features and UI changes to Clerk's components. If you'd like to remain on a specific version of Clerk's components or SDK, you can follow the steps in the pinning documentation.

The FeatureResource type represents a Feature of a Plan.

Properties

  • Name
    avatarUrl
    Type
    null | string
    Description

    The URL of the Feature's avatar image, or null if not set.

  • Name
    description
    Type
    null | string
    Description

    A short description of what the Feature provides, or null if not provided.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the Feature.

  • Name
    name
    Type
    string
    Description

    The display name of the Feature.

  • Name
    slug
    Type
    string
    Description

    A unique, URL-friendly identifier for the Feature.

Feedback

What did you think of this content?

Last updated on