centurion-erp-ui
    Preparing search index...

    Type Alias CommentProps

    0.9.0

    type CommentProps = {
        FormComponent: typeof Form;
        isCreate?: boolean;
        objectData?: APIDataObject;
        objectMetadata: APIMetadata;
    }
    Index

    Properties

    FormComponent: typeof Form

    The form component to use.

    isCreate?: boolean

    Is this a comment to be created. Converts the comment output to be a form.

    objectData?: APIDataObject

    Data from the API. This object is not required when isCreate = true

    objectMetadata: APIMetadata

    Metadata from the API.