Skip to main content

c2pa.selectsocialaccounts

Home > c2pa > selectSocialAccounts

selectSocialAccounts() function

Gets any social accounts associated with the producer of this manifest, derived from its stds.schema-org.CreativeWork assertion, if available

Signature:
export declare function selectSocialAccounts(manifest: Manifest): Author[] | null;

Parameters

ParameterTypeDescription
manifestManifestManifest to derive data from
Returns:

Author[] | null