Skip to content

Options

Options you can use to customise the AireFrame experience.

Headless Mode

AireFrame can be rendered in a 'headless' mode where the navigation components are not rendered. This may be useful when embededding AireFrame inside another site for example.

To use headless mode, all you need to do is add the query parameter ?headless=true to the URL.

You can also control how the subject banner is displayed by using the subjectBanner query parameter. The options are:

  • hidden: No subject banner is displayed.
  • collapsed: The subject banner is displayed in a collapsed state, showing only the subject's primary field value.
  • expanded: The subject banner is displayed in an expanded state, showing all of the subject's custom field values.

Example

?headless=true&subjectBanner=collapsed

External Subject Launch

You can launch directly into the subject record page if you have the subject's external ID. This is useful for deep linking into AireFrame from other systems.

To use this feature, simply navigate to https://frame.aireinnovate.com/external-subjects/<externalId>