Interface PrePostOptions

PrePostOptions.

interface PrePostOptions {
    once: boolean;
    primitiveCheck: boolean;
}

Properties

Properties

once: boolean

Remove the Decorator from the metadata once its function has been ran.

primitiveCheck: boolean

Verify a relation already exist before the definition of the PrePost function