dc-management-sdk-js
    Preparing search index...

    Interface ContentTypeVisualization

    Visualizations are externally hosted applications which can provide a preview of the content type.

    interface ContentTypeVisualization {
        default?: boolean;
        label?: string;
        templatedUri?: string;
    }
    Index

    Properties

    default?: boolean

    Indicates if this is the default visualization for the content type

    label?: string

    Friendly name for the visualization

    templatedUri?: string

    Templated URL of the externally hosted application.