Backstage
    Preparing search index...

    Variable OwnedEntityPickerFieldExtensionConst

    OwnedEntityPickerFieldExtension: FieldExtensionComponent<
        string,
        {
            allowArbitraryValues?: boolean;
            allowedKinds?: string[];
            catalogFilter?: | Record<string, string | string[] | { exists?: boolean }>
            | Record<string, string | string[] | { exists?: boolean }>[];
            defaultKind?: string;
            defaultNamespace?: string | false;
        },
    > = ...

    A field extension to show all the Entities that are owned by the current logged-in User for use in templates.