Type Alias ContentLibraryListItem

type ContentLibraryListItem = {
    qAppSpecific?: boolean;
    qMeta?: NxMeta;
    qName?: string;
}
Index

Properties

qAppSpecific?: boolean

Is set to true if the library is specific to the app (not a global content library).

qMeta?: NxMeta

Information about publishing and permissions.

qName?: string

Name of the library.