Type alias FrameConstraint

FrameConstraint: {
    id: string;
} | {
    [key: string]: any;
}

Any key-value map of flat values.

This type is used to specify constraints on a JSON-LD frame for purposes of selecting specific objects in a small triplestore.

Type declaration

  • id: string

Type declaration

  • [key: string]: any

Since

0.14.0

Generated using TypeDoc